Explorar o código

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

zhujindu hai 1 ano
pai
achega
3a3d4cbebe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
         cityName: this.fromValue.cityName,
         districtName: this.fromValue.districtName,
         districtName: this.fromValue.districtName,
         ifJzStoreType: ifJzStoreType,
         ifJzStoreType: ifJzStoreType,
+        storeId: this.$route.query.id,
       }).then((res) => {
       }).then((res) => {
         this.storeCategoryList = res.data.storeCategoryList;
         this.storeCategoryList = res.data.storeCategoryList;
       });
       });