This commit is contained in:
曹辉 2022-11-07 14:46:43 +08:00
parent acc929f4b1
commit eae176fd20

View File

@ -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;