Ver código fonte

Merge branch 'feature_20241212_同城分销店拆分、分销店对应多个经销商'

zhujindu 11 meses atrás
pai
commit
6d6305d09d
1 arquivos alterados com 1 adições e 10 exclusões
  1. 1 10
      src/views/storeManagement/storeAdd.vue

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

@@ -1644,6 +1644,7 @@ export default {
       this.treeSelect = [];
       this.sfaStoreChainsContactList = []; //选中确定的经销商
       this.activatedTCFXList = []; //选中的经销商
+      this.fromValue.img == ''; // 清空上传的门店照
       this.showPicker = false;
     },
     numberFn() {
@@ -1780,16 +1781,6 @@ export default {
           this.$toast('照片未上传');
         }
         return;
-      } else if (
-        fromValue.imgSed == '' &&
-        fromValue.ifJzStoreType != 1 &&
-        this.storeTypePOP &&
-        fromValue.storeCategory != 'C917' &&
-        this.verifyStoreType(this.fromValue.storeCategory) &&
-        this.verifyStoreType(this.fromValue.storeCategory).type != 'fxd'
-      ) {
-        this.$toast('图片未上传');
-        return;
       } else if (fromValue.lon == '') {
         this.$toast('请获取定位坐标');
         return;