修改
This commit is contained in:
parent
acc929f4b1
commit
eae176fd20
@ -725,10 +725,6 @@ export default {
|
|||||||
// console.log(res);
|
// console.log(res);
|
||||||
// this.nurseStationlist = res.data;
|
// this.nurseStationlist = res.data;
|
||||||
// });
|
// });
|
||||||
// goodsCategory().then((res) => {
|
|
||||||
// console.log(this.form);
|
|
||||||
// this.goodsCategorylist = res.rows;
|
|
||||||
// });
|
|
||||||
// },
|
// },
|
||||||
// 添加
|
// 添加
|
||||||
addgoodAttributeDetail() {
|
addgoodAttributeDetail() {
|
||||||
@ -977,6 +973,10 @@ export default {
|
|||||||
},
|
},
|
||||||
//权限列表
|
//权限列表
|
||||||
info() {
|
info() {
|
||||||
|
goodsCategory().then((res) => {
|
||||||
|
console.log(this.form);
|
||||||
|
this.goodsCategorylist = res.rows;
|
||||||
|
});
|
||||||
getListByUser(this.getListByUserquery).then((res) => {
|
getListByUser(this.getListByUserquery).then((res) => {
|
||||||
if (res.rows[0].isAdmin == "1") {
|
if (res.rows[0].isAdmin == "1") {
|
||||||
this.nurseStationlist = res.rows;
|
this.nurseStationlist = res.rows;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user