From f69f9c706b1b6446ae6a94a4e28c2f2f4e3c2f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 14 Nov 2022 15:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/OperateGoodsInfo/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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(); + // } }); }, //滑动下拉框