mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-09-22 12:52:03 +08:00
feat:优化店铺管理相关功能并进行界面改造
This commit is contained in:
@@ -449,6 +449,11 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
const goodsStatus = this.$route.query.goodsStatus;
|
||||
if (goodsStatus) {
|
||||
this.currentStatus = goodsStatus;
|
||||
this.searchForm.goodsStatus = goodsStatus;
|
||||
}
|
||||
this.init();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user