feat: There is no way the,

This commit is contained in:
super_liu
2022-04-11 16:37:34 +08:00
parent 476422edfd
commit 5edfe39d4a
@@ -335,6 +335,8 @@ export default {
},
handleSubmitNo() {
if (this.commentText) {
this.isSubmit = true
this.saveLoading = true
var json = this.json
//这个就是原来的actionFlag,用来表示流程是驳回还是同意
json.actionFlag = 1
@@ -348,6 +350,8 @@ export default {
this.$message.success('提交成功')
this.$router.push('/processCenter')
}
this.isSubmit = false
this.saveLoading = false
})
} else {
this.$message.warning('请输入反馈意见')