diff --git a/src/components/common/WsyjDiseaseTrend.vue b/src/components/common/WsyjDiseaseTrend.vue index c631fbd596979bec6d0e3f162613148315627b5f..910b5740ae846e20287e47bfd8bb2d3eff3b6e30 100644 --- a/src/components/common/WsyjDiseaseTrend.vue +++ b/src/components/common/WsyjDiseaseTrend.vue @@ -31,6 +31,7 @@ @Watch("$store.state.BhfbModule.districtCode") private requestDatas(){ + debugger this.loading = true; const params = { districtCode:this.$store.state['BhfbModule' as any].districtCode, diff --git a/src/components/common/gisPop/PopBhDetailTable.vue b/src/components/common/gisPop/PopBhDetailTable.vue index 7ebdd8539af67868c72eb39bda648f36f8dd72f2..48f4fe67c305a0cdb24ffe86a6e5ab2b4182ed0e 100644 --- a/src/components/common/gisPop/PopBhDetailTable.vue +++ b/src/components/common/gisPop/PopBhDetailTable.vue @@ -10,7 +10,7 @@
-
{{resData.name}}病患情况
+
{{resData.name}}病患情况
×
@@ -123,7 +123,7 @@ key:'1', prop:'patientName',label:'姓名',width:'100',align:'center' }, { - key:'2', prop:'patientsSex',label:'性别',width:'55',align:'center' + key:'2', prop:'patientSex',label:'性别',width:'55',align:'center' }, { key:'3', prop:'patientType',label:'类型',width:'70',align:'center' diff --git a/src/views/wsyj/QyfgqkModule/QyfgqkAssist.vue b/src/views/wsyj/QyfgqkModule/QyfgqkAssist.vue index ec5c108b9f90510779a94a2bd7e9ace79e1f973f..bb69c56586abfc9fd0db2918c03ea8e35bac80ba 100644 --- a/src/views/wsyj/QyfgqkModule/QyfgqkAssist.vue +++ b/src/views/wsyj/QyfgqkModule/QyfgqkAssist.vue @@ -232,7 +232,7 @@ if(res.data.code == "success"){ if(res.data.data && res.data.data.rows.length){ this.jiuyeDatas = res.data.data.rows; - this.jiuyeDatas.forEach((item,index) => { + this.jiuyeDatas.forEach((item: any,index: any) => { item.xuhao = index+1; }); this.total = res.data.data.total; @@ -259,7 +259,7 @@ if(res.data.code == "success"){ if(res.data.data && res.data.data.rows.length){ this.minShengDatas = res.data.data.rows; - this.minShengDatas.forEach((item,index) => { + this.minShengDatas.forEach((item: any,index: any) => { item.xuhao = index+1; }); this.total = res.data.data.total;