diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue index 482af24..5900d5f 100644 --- a/src/views/system/OperateGoodsInfo/index.vue +++ b/src/views/system/OperateGoodsInfo/index.vue @@ -10,7 +10,7 @@ > @@ -933,6 +933,16 @@ export default { this.nurseStationlist = res.rows; this.total2 = res.total; console.log(res) + // if (res.rows[0].isAdmin == "1") { + // this.nurseStationlist = res.rows; + // this.total2 = res.total; + // } else { + // this.total2 = res.total; + // this.nurseStationlist = res.rows; + // this.queryParams.nurseStationId = res.rows[0].id; + // this.form.nurseStationId = res.rows[0].id; + // this.handleQuery(); + // } }); }, //滑动下拉框