区域人数统计修改重置
This commit is contained in:
parent
209bdb7ada
commit
40e6ee4234
@ -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();
|
||||
},
|
||||
// 多选框选中数据
|
||||
|
||||
Loading…
Reference in New Issue
Block a user