From eae176fd20d344d645d81add0be638705bae2281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 7 Nov 2022 14:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsInfo/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue index 31b8ffd..c10ad27 100644 --- a/src/views/system/goodsInfo/index.vue +++ b/src/views/system/goodsInfo/index.vue @@ -725,10 +725,6 @@ export default { // console.log(res); // this.nurseStationlist = res.data; // }); - // goodsCategory().then((res) => { - // console.log(this.form); - // this.goodsCategorylist = res.rows; - // }); // }, // 添加 addgoodAttributeDetail() { @@ -977,6 +973,10 @@ export default { }, //权限列表 info() { + goodsCategory().then((res) => { + console.log(this.form); + this.goodsCategorylist = res.rows; + }); getListByUser(this.getListByUserquery).then((res) => { if (res.rows[0].isAdmin == "1") { this.nurseStationlist = res.rows;