diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue index 35e192f..538de19 100644 --- a/src/views/system/OperateGoodsInfo/index.vue +++ b/src/views/system/OperateGoodsInfo/index.vue @@ -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 = { diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue index 7eb4831..48c8b2c 100644 --- a/src/views/system/goodsInfo/index.vue +++ b/src/views/system/goodsInfo/index.vue @@ -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 = {