护理站人员的护理站,科室
This commit is contained in:
parent
8003ef4e06
commit
1aadc42e93
@ -1331,7 +1331,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//修改所属科室
|
//修改所属科室
|
||||||
handleQuery3() {
|
handleQuery3() {
|
||||||
this.nurseStationqueryParams.pageNum = 1;
|
this.queryParams3.pageNum = 1;
|
||||||
this.getList3();
|
this.getList3();
|
||||||
},
|
},
|
||||||
handleQuery() {
|
handleQuery() {
|
||||||
@ -1352,16 +1352,16 @@ export default {
|
|||||||
|
|
||||||
resetQuery2() {
|
resetQuery2() {
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.nurseStationqueryParams = {
|
this.StationqueryParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
|
|
||||||
};
|
};
|
||||||
this.handleQuery2();
|
this.handleQuery2();
|
||||||
},
|
},
|
||||||
resetQuery4() {
|
resetQuery4() {
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.nurseStationqueryParams = {
|
this.StationqueryParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user