Browse Source

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

zhujindu 1 năm trước cách đây
mục cha
commit
3a3d4cbebe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
       });