Sfoglia il codice sorgente

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

zhujindu 1 anno fa
parent
commit
e3ee79524f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/storeManagement/storeAdd.vue

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

@@ -1265,6 +1265,7 @@ export default {
         districtName: this.fromValue.districtNameOld,
         deptId: this.fromValue.orgId,
         ifJzStoreType: this.fromValue.ifJzStoreType,
+        storeCategory: this.fromValue.storeCategory,
       }).then((res) => {
         this.chainsData = res.data.sfaChains;
         this.chainsData.push({});