Переглянути джерело

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

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;
       });