Commit 67b6e453 by caoyanzhi

update: 奥莱抵金券

parent 1f798fcb
......@@ -440,6 +440,9 @@ export default {
onOptionsChange(value) {
this.storeMode = value == 0 ? 0 : 1;
this.originStoreList = [];
if (this.isEdit) {
this.originStoreList = [...this.form.costStoreList];
}
},
onStoreChange(id) {
getStoreWidgetStore({ key: id, pageSize: 99999, currentPage: 1 }).then(res => {
......
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