From dd58d319d6a699fb32d8c08fc612f549db04d222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 7 Apr 2022 17:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=89=8B=E6=9C=BA=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81=E6=B5=81=E7=A8=8B=20?= =?UTF-8?q?=E7=82=B9=E9=A9=B3=E5=9B=9E=E6=B2=A1=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/phone/bzzqyj/step4-1.vue | 38 ++++++++++--------- 1 file changed, 20 insertions(+), 18 deletions(-) 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({