护理站人员 重置修改

This commit is contained in:
shidongli 2022-09-22 14:51:21 +08:00
parent 7a73899d4d
commit 4a03eae743

View File

@ -1485,12 +1485,12 @@ export default {
this.getList(); this.getList();
}, },
handleQuery() { handleQuery() {
stationList(this.nurseStationqueryParams).then((res) => { // stationList(this.nurseStationqueryParams).then((res) => {
console.log(res); // console.log(res);
this.nurseStationlist = res.rows; // this.nurseStationlist = res.rows;
this.total4 = res.total; // this.total4 = res.total;
console.log(this.nurseStationlist); // console.log(this.nurseStationlist);
}); // });
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.getList(); this.getList();
// this.nurselist() // this.nurselist()
@ -1544,10 +1544,6 @@ export default {
phone: null, phone: null,
address: null, address: null,
}; };
stationList(this.queryParams2).then((res) => {
this.stationLists = res.rows;
this.total2 = res.total;
});
this.handleQuery(); this.handleQuery();
}, },
// //