Commit 9b5dfa4d by huaying

fix: 新增门店提示信息

parent 1b7354d8
......@@ -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