| xqd
@@ -292,6 +292,9 @@
|
|
|
this.recordlist = res.data.order_arr //历史问诊
|
|
|
this.dalist = res.data.patients_arr //患者档案
|
|
|
this.getguanzhu(user_arr.id);
|
|
|
+ this.fwb = res.data.nums.fuwu_num;
|
|
|
+ this.dd = res.data.nums.order_num;
|
|
|
+ this.da = res.data.nums.pati_num;
|
|
|
}
|
|
|
|
|
|
},
|
| xqd
@@ -315,6 +318,8 @@
|
|
|
title: '请填写备注',
|
|
|
icon: 'none'
|
|
|
})
|
|
|
+ return false;
|
|
|
+ // let res = this.$request.post()
|
|
|
}
|
|
|
}
|
|
|
}
|