Commit ba3b0d88 by huaying

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

parents ef2a8d15 9b5dfa4d
......@@ -62,11 +62,12 @@ export default {
});
await addStore({ storeList: res })
.then(res => {
this.$tips({ type: 'success', message: res.message });
this.loadings = false;
this.handleClose();
})
.catch(err => {
this.$tips({ type: 'error', message: err.message || '操作失败' });
this.$tips({ type: 'error', message: '操作失败' });
this.loadings = false;
});
} else {
......
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