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 @@ 确 定
+