From 019ccfc3639fdca6c735e0ff7c0d4a935deda5ae Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 7 Dec 2023 10:59:24 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E7=82=B9=E5=90=8C=E6=84=8F=E6=B2=A1=E5=A1=AB=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E5=B8=A6=E5=85=A5=E2=80=98=E5=90=8C=E6=84=8F=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 6 ++--- .../EnterpriseStandardAnnul.vue | 3 +++ .../EnterpriseStandardInitChange.vue | 27 ++++++++++++++++++- .../EnterpriseStandardSealSave.vue | 3 +++ .../EnterpriseStandardStartUse.vue | 3 +++ 5 files changed, 38 insertions(+), 4 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 615f6e8..492e7fd 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -38,9 +38,9 @@ export default { this.$router.push({ path: '/workCenter/enterpriseStandardAnnul', query: { - processInstanceId: '447681', - taskId: '467744', - nodeId: 'sid-0BC5B3BC-ED99-4061-84B4-7320E25DE326' + processInstanceId: '350016', + taskId: '350059', + nodeId: 'sid-B4157F9F-73E5-48F5-855D-AF87C0DB91C6' } }) }, diff --git a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnul.vue b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnul.vue index c5c5985..c32a4ee 100644 --- a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnul.vue +++ b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnul.vue @@ -259,6 +259,9 @@ export default { handleAgree () { if (this.loading) return this.processInfoRules.commitText[0].required = false + if (!this.processInfoForm.commitText) { + this.processInfoForm.commitText = '同意' + } this.$refs.processForm.validate().then(() => { const param = {} // 需要传给后端的数据 param.common = Object.assign({}, this.processInfoForm) diff --git a/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue b/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue index 098beb2..37584c2 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue @@ -766,7 +766,7 @@