From 8dbac7145cb22b31630b04d7f17ab3fe9f7a5211 Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 21 Sep 2022 10:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A2=AB=E6=8A=A4=E7=90=86=E4=BA=BA=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=20=E9=87=8D=E7=BD=AE=20=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/communityInfo/index.vue | 52 +--- src/views/system/patientArchives/index.vue | 317 +++++++-------------- 2 files changed, 100 insertions(+), 269 deletions(-) diff --git a/src/views/system/communityInfo/index.vue b/src/views/system/communityInfo/index.vue index e914fa2..c36b3dc 100644 --- a/src/views/system/communityInfo/index.vue +++ b/src/views/system/communityInfo/index.vue @@ -98,22 +98,7 @@ @keyup.enter.native="handleQuery" /> - + { - // console.log(res); - // this.arealist = res.data; - // this.total2 = res.total; - // console.log(this.arealist); - // }); - // SecondaryLevelInfo(this.getProvincequeryParams2).then((res) => { - // console.log(res); - // this.citylist = res.data; - // // this.arealists=res.data; - // // this.streetlist=res.data; - // this.total2 = res.total; - // // console.log(this.arealist); - // }); - this.handleQuery(); }, // 多选框选中数据 diff --git a/src/views/system/patientArchives/index.vue b/src/views/system/patientArchives/index.vue index a9c6a15..8444efa 100644 --- a/src/views/system/patientArchives/index.vue +++ b/src/views/system/patientArchives/index.vue @@ -1,37 +1,11 @@