|
|
@@ -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('主营竞品品牌未填写');
|