区域人数统计修改重置

This commit is contained in:
闫晓茹 2024-01-15 10:54:38 +08:00
parent 209bdb7ada
commit 40e6ee4234

View File

@ -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();
},
//