暂存
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user