Kaynağa Gözat

feature_20260513_新建专业五金店

zhujindu 2 gün önce
ebeveyn
işleme
ca59b3d73d
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/views/storeManagement/storeEdit.vue

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

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