Commit 41e20b55 by crushh

update: dist

parent aa635faf
...@@ -247,8 +247,9 @@ export default { ...@@ -247,8 +247,9 @@ export default {
}); });
if (this.isEdit) { if (this.isEdit) {
this.getDetail(); this.getDetail();
} else {
this.getStoreList();
} }
this.getStoreList();
}, },
methods: { methods: {
...@@ -288,6 +289,7 @@ export default { ...@@ -288,6 +289,7 @@ export default {
this.welcomeType = 2; this.welcomeType = 2;
} }
this.landingForm = page; this.landingForm = page;
this.getStoreList();
} }
}) })
.finally(_ => { .finally(_ => {
......
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