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;