This commit is contained in:
@fawn-nine
2024-08-12 16:07:24 +08:00
parent 7c7c96f630
commit 28067d851d
13 changed files with 478 additions and 324 deletions

View File

@@ -14,7 +14,7 @@
class="addType"
v-model="form.type"
:localdata="range"
@change="chageType"
placement="top"
></uni-data-select>
@@ -171,6 +171,14 @@
},
//方法
methods: {
chageType(e){
// console.log('e',e);
if(e == 0){
this.pageType = '作业'
}else if(e == 1){
this.pageType = '医案'
}
},
// 获取医案任务详情
getTaskInfo(){
$http.request({