护理站人员 重置修改
This commit is contained in:
parent
7a73899d4d
commit
4a03eae743
@ -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();
|
||||
},
|
||||
// 多选框选中数据
|
||||
|
||||
Loading…
Reference in New Issue
Block a user