Commit efc1450e authored by zhengke's avatar zhengke

no message

parent a5d00739
......@@ -2166,9 +2166,17 @@
if (res.data.resultCode == 1) {
this.clickShow = false
this.dialogTableVisible = false;
this.$message.success("操作成功");
this.MsgBus.$emit("closeBillMaking");
this.msgList=[]
this.$confirm(res.data.message, '提示', {
confirmButtonText: '确定',
cancelButtonText: '',
type: 'warning'
}).then(() => {
}).catch(() => {
});
} else {
this.clickShow = false
this.$message.error(res.data.message);
......
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