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(); }, // 多选框选中数据