From 40e6ee42347b0a06c30b0739f50b43b8939a1f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 15 Jan 2024 10:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E4=BA=BA=E6=95=B0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=AE=E6=94=B9=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/dataStatisticsCount/index.vue | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/views/system/dataStatisticsCount/index.vue b/src/views/system/dataStatisticsCount/index.vue index 042de68..032f56c 100644 --- a/src/views/system/dataStatisticsCount/index.vue +++ b/src/views/system/dataStatisticsCount/index.vue @@ -203,7 +203,6 @@ export default { citylist: [], arealists: [], streetlist: [], - selectTableData: [], hospitalList: [], props: { checkStrictly: true, //是否可以选择树干节点作为选项 @@ -394,15 +393,26 @@ export default { this.queryParams = { pageNum: 1, pageSize: 10, - departmentId: "", - departmentName: "", - doctorId: "", - doctorName: "", - hospitalId: "", - hospitalName: "", + areaCode: "", + city:"", + province:"", + area:"", + startDate: "", + endDate: "", + areastreet: "", + // departmentId: "", + // departmentName: "", + // doctorId: "", + // doctorName: "", + // hospitalId: "", + // hospitalName: "", }; - (this.personNamelist = []), - (this.hospitalDepartmentist = []), + this.citylist=[], + + this.streetlist=[], + + this.arealists=[], + this.handleQuery(); }, // 多选框选中数据