Pārlūkot izejas kodu

Merge branch 'feature_20260513_新建专业五金店' into uat(dev)

zhujindu 2 dienas atpakaļ
vecāks
revīzija
3c2a4aea66
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/views/storeManagement/storeAdd.vue

+ 3 - 3
src/views/storeManagement/storeAdd.vue

@@ -2035,10 +2035,10 @@ export default {
               this.activatedStoreCompetitor.push(this.otherCompetitor);
               this.activatedStoreCompetitor.push(this.otherCompetitor);
             }
             }
           }
           }
-          this.fromValue.storeCompetitorList = JSON.parse(
-            JSON.stringify(this.activatedStoreCompetitor),
-          );
         }
         }
+        this.fromValue.storeCompetitorList = JSON.parse(
+          JSON.stringify(this.activatedStoreCompetitor),
+        );
         // BMD-专业五金店-陈列照必须上传
         // BMD-专业五金店-陈列照必须上传
         if (
         if (
           this.fromValue.storeCategory == '126565' &&
           this.fromValue.storeCategory == '126565' &&