Commit 232e7ded by crushh

Merge branch 'feature/act-code' into dev

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