From 44394829462494f54672d2c188a5909c498317f1 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Tue, 25 Apr 2023 18:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AE=A1=E6=89=B9=E5=8E=86=E5=8F=B2=E6=B2=A1=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/launch.vue | 5 +- .../monitorProcesses/monitorModal.vue | 52 +++++++++++++++---- 2 files changed, 45 insertions(+), 12 deletions(-) diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index c17f415..524da9c 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -63,7 +63,6 @@ placeholder="请选择一级审批人员"> - @@ -340,7 +339,7 @@ export default { //如果不是第一次 if (this.initShow) { let dataJson = JSON.stringify(this.tableData) - let submitJson = JSON.stringify({...this.assignForm, userId: this.$store.getters.userInfo.usid}) + let submitJson = JSON.stringify({...this.assignForm, userId: this.$store.getters.userInfo.usid,approvalOpinion:this.assignForm.remark}) this.completeProcess({ dataJson, submitJson, @@ -379,7 +378,7 @@ export default { form.userId = this.$store.getters.userInfo.usid //...this.applicationForm,...this.processForm, let dataJson = JSON.stringify(this.tableData) - let submitJson = JSON.stringify({...this.assignForm, userId: this.$store.getters.userInfo.usid}) + let submitJson = JSON.stringify({...this.assignForm, userId: this.$store.getters.userInfo.usid,approvalOpinion:this.assignForm.remark}) this.$api.process.startProcess(form).then(({data}) => { this.completeProcess({dataJson, submitJson, taskId: data.result, userId: form.userId, prcType: this.prcType}) }) diff --git a/src/views/userCenter/processCenter/monitorProcesses/monitorModal.vue b/src/views/userCenter/processCenter/monitorProcesses/monitorModal.vue index dbbdf40..4eabd3b 100644 --- a/src/views/userCenter/processCenter/monitorProcesses/monitorModal.vue +++ b/src/views/userCenter/processCenter/monitorProcesses/monitorModal.vue @@ -3,13 +3,18 @@
- - - - + + + + + + + + + +
@@ -18,18 +23,31 @@ 确 定
+