Commit 74415a92 by LJM

bug

parent accb09b8
Showing with 5 additions and 4 deletions
...@@ -727,15 +727,13 @@ export default { ...@@ -727,15 +727,13 @@ export default {
} }
this.dialogVisible = false this.dialogVisible = false
this.submitState = 0; this.submitState = 0;
} else { } else {
this.$message({ this.$message({
message: res.msg, message: res.msg,
type: 'errow' type: 'error'
}); });
this.submitState = 0; this.submitState = 0;
} }
}).catch(err => { }).catch(err => {
this.submitState = 0; this.submitState = 0;
}); });
...@@ -825,7 +823,10 @@ export default { ...@@ -825,7 +823,10 @@ export default {
} }
}) })
} else { } else {
this.$message("该报价不可修改"); this.$message({
message: '该报价不可修改',
type: 'warning'
});
return; return;
} }
}, },
......
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 sign in to comment