Commit 03a49155 by caoyanzhi

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

parents 642b91ac 67b6e453
......@@ -458,6 +458,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