瀏覽代碼

新建仓库与经销商类型对应,店铺编辑时限制店铺类型

zhujindu 1 年之前
父節點
當前提交
3a3d4cbebe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/storeManagement/storeEdit.vue

+ 1 - 0
src/views/storeManagement/storeEdit.vue

@@ -1300,6 +1300,7 @@ export default {
         cityName: this.fromValue.cityName,
         districtName: this.fromValue.districtName,
         ifJzStoreType: ifJzStoreType,
+        storeId: this.$route.query.id,
       }).then((res) => {
         this.storeCategoryList = res.data.storeCategoryList;
       });