修改
This commit is contained in:
parent
acc929f4b1
commit
eae176fd20
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user