From 358bc5e143f40c63097a063daaeadf40b9bce93d Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 10 May 2023 18:03:23 +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=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/examine.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/permissionApplication/examine.vue b/src/views/permissionApplication/examine.vue index 8d556b3..eeb8601 100644 --- a/src/views/permissionApplication/examine.vue +++ b/src/views/permissionApplication/examine.vue @@ -232,7 +232,8 @@ export default { submitJson, taskId: this.taskId, userId: this.$store.getters.userInfo.usid, - prcType: this.prcType + prcType: this.prcType, + reportId: JSON.parse(this.processOld.dataJson).reportId }) } })