护理站商品
This commit is contained in:
parent
1eee40381a
commit
01e4a055d3
@ -736,14 +736,14 @@ export default {
|
|||||||
},
|
},
|
||||||
handleQuery2() {
|
handleQuery2() {
|
||||||
// this.getListByUserquery.pageNum = 1;
|
// 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() {
|
resetQuery2() {
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
(this.getListByUserquery = {
|
(this.getListByUserquery = {
|
||||||
|
|||||||
@ -738,14 +738,14 @@ export default {
|
|||||||
},
|
},
|
||||||
handleQuery2() {
|
handleQuery2() {
|
||||||
// this.getListByUserquery.pageNum = 1;
|
// 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() {
|
resetQuery2() {
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
(this.getListByUserquery = {
|
(this.getListByUserquery = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user