Parcourir la source

Merge branch 'feature_20260513_新建专业五金店' into release

zhujindu il y a 2 jours
Parent
commit
2d891e3a9f
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/views/storeManagement/storeEdit.vue

+ 3 - 1
src/views/storeManagement/storeEdit.vue

@@ -1898,7 +1898,9 @@ export default {
             this.$toast('主营竞品品牌未填写');
             this.$toast('主营竞品品牌未填写');
             return;
             return;
           }
           }
-          this.activatedStoreCompetitor = JSON.parse(JSON.stringify(this.storeCompetitorList));
+          this.activatedStoreCompetitor = JSON.parse(
+            JSON.stringify(this.fromValue.storeCompetitorList),
+          );
         } else {
         } else {
           if (!fromValue.storeCompetitorList.length && !fromValue.otherCompetitor) {
           if (!fromValue.storeCompetitorList.length && !fromValue.otherCompetitor) {
             this.$toast('主营竞品品牌未填写');
             this.$toast('主营竞品品牌未填写');