From d366c311c9262043509343d34ba70e868b79e426 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 27 Apr 2023 18:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E8=8D=89?= =?UTF-8?q?=E7=A8=BF=E5=8F=91=E8=B5=B7=E9=9C=80=E8=A6=81=E7=A9=BFbtnId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/launch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 253458b..b5257df 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -434,6 +434,7 @@ export default { form.prcType = this.prcType form.prcName = this.processForm.prcName form.userId = this.$store.getters.userInfo.usid + form.bpnId = this.$store.getters.handleProcess?.id //...this.applicationForm,...this.processForm, let dataJson = JSON.stringify(this.tableData) let submitJson = JSON.stringify({...this.assignForm, userId: this.$store.getters.userInfo.usid,approvalOpinion:this.assignForm.remark})