liuyuanhang 4 anni fa
parent
commit
96636cfb43
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      pages/patient/patientxq.vue

+ 5 - 0
pages/patient/patientxq.vue

xqd 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;
 				}
 				
 			},
@@ -315,6 +318,8 @@
 						title: '请填写备注',
 						icon: 'none'
 					})
+					return false;
+					// let res = this.$request.post()
 				}
 			}
 		}