feat:优化店铺管理相关功能并进行界面改造

This commit is contained in:
pikachu1995@126.com
2026-07-22 17:52:11 +08:00
parent c83d715234
commit 6ee49ce9ac
14 changed files with 820 additions and 481 deletions

View File

@@ -449,6 +449,11 @@ export default {
},
},
mounted() {
const goodsStatus = this.$route.query.goodsStatus;
if (goodsStatus) {
this.currentStatus = goodsStatus;
this.searchForm.goodsStatus = goodsStatus;
}
this.init();
},
};