Commit 440b8e92 by caoyanzhi

Merge branch 'feature/8月-奥莱定制' into dev

parents de307da5 04411c7d
......@@ -152,6 +152,7 @@ export default {
const that = this;
return {
storeUuid: '',
storeUuidCache: '',
// 商场抵金券适用门店-部分门店列表数据
originStoreList: [],
// 商场抵金券适用门店-门店选择器选中的数据
......@@ -459,8 +460,12 @@ export default {
this.storeMode = value == 0 ? 0 : 1;
this.originStoreList = [];
if (this.isEdit) {
this.selectedStoreList = [];
this.originStoreList = [...this.form.costStoreList];
}
if (this.isEdit || this.isCopy) {
this.storeUuid = this.storeUuidCache;
}
},
onStoreChange(id) {
if (this.storeMode == 0) {
......@@ -976,6 +981,7 @@ export default {
}
if (this.form.cardType == 3) {
this.storeUuid = card.storeWidgetKey || '';
this.storeUuidCache = card.storeWidgetKey || '';
} else {
this.uuid = card.storeWidgetKey || '';
this.$nextTick(_ => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment