护理站人员 重置修改

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