diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue index 244f6d99e..51e09cd22 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue @@ -396,26 +396,28 @@ } }) }, - handleSubmitNo() { - if (this.commentText41) { - var json = this.json - json.spFlag = '1' - json.commentText = this.commentText41 - this.$http.post('lawss/activiti/completeTask', { - json: JSON.stringify(json), - taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId - }, {}, res => { - if (res.success) { - this.$message.success('提交成功') - this.$router.push('/processCenter') - } - }) - } else { - this.$message.warning('请输入反馈意见') + handleSubmitNo() { + if (this.commentText41) { + this.isSubmit = true + var json = this.json + json.spFlag = '1' + json.commentText = this.commentText41 + this.$http.post('lawss/activiti/completeTask', { + json: JSON.stringify(json), + taskId: this.taskIds, + userId: this.$store.getters.userInfo.userId + }, {}, res => { + if (res.success) { + this.$message.success('提交成功') + this.$router.push('/processCenter') + this.isSubmit = false } + }) + } else { + this.$message.warning('请输入反馈意见') + } - }, + }, getData() { return new Promise((resolve, reject) => { inboundLiaisonDetail({