标准入库流程-批准节点驳回成功提示信息
This commit is contained in:
@@ -1337,7 +1337,8 @@ export default {
|
||||
}, res => {
|
||||
if (res.success) {
|
||||
if (this.formTongGuo.approvalOpinion == "1") {
|
||||
this.$message.warning("驳回成功");
|
||||
// this.$message.warning("驳回成功");
|
||||
this.$message.success("驳回成功");
|
||||
this.isSubmit = false;
|
||||
this.formTongGuo.commentText = "";
|
||||
// 流程提交之后,应该流转至待办任务页面
|
||||
|
||||
Reference in New Issue
Block a user