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