Преглед на файлове

feature_20260211_同城分销店-主营竞品品牌

zhujindu преди 2 месеца
родител
ревизия
9c944d1164
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/storeManagement/storeEdit.vue

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

@@ -1313,6 +1313,7 @@ export default {
 
         if (res.code == 200) {
           this.fromValue = res.data;
+          this.fromValue.storeCompetitorList = this.fromValue.storeCompetitorList || [];
           this.sfaStoreChainsContactList = this.fromValue.sfaStoreChainsContactList;
           if (this.fromValue.imgSed && this.fromValue.imgSed != '') {
             this.displayImg = this.fromValue.imgSed.split(',');