护理站商品

This commit is contained in:
闫晓茹 2022-11-11 11:28:25 +08:00
parent 1eee40381a
commit 01e4a055d3
2 changed files with 14 additions and 14 deletions

View File

@ -736,14 +736,14 @@ export default {
},
handleQuery2() {
// this.getListByUserquery.pageNum = 1;
this.info();
this.getList2();
},
getList2(){
getListByUser(this.getListByUserquery).then((res) => {
this.total2 = res.total;
this.nurseStationlist = res.rows;
});
},
// getList2(){
// getListByUser(this.nurseStationqueryParams).then((res) => {
// this.nursetotal = res.total;
// this.nurseStationlist = res.rows;
// });
// },
resetQuery2() {
this.resetForm("queryForm");
(this.getListByUserquery = {

View File

@ -738,14 +738,14 @@ export default {
},
handleQuery2() {
// this.getListByUserquery.pageNum = 1;
this.info();
this.getList2();
},
getList2(){
getListByUser(this.getListByUserquery).then((res) => {
this.total2 = res.total;
this.nurseStationlist = res.rows;
});
},
// getList2(){
// getListByUser(this.nurseStationqueryParams).then((res) => {
// this.nursetotal = res.total;
// this.nurseStationlist = res.rows;
// });
// },
resetQuery2() {
this.resetForm("queryForm");
(this.getListByUserquery = {