From 99fe2978edaebe61c426171d4b534287784cc407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 9 Mar 2023 11:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/certificationList/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 79d57cdc5..7e36beed8 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -497,7 +497,7 @@ AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit', saveBatch: '/project/projectCertificationInventoryEO/saveBatch', - questionUrl:'', + questionUrl: '' }, dataSource: [], roleSwitchingCode: '', @@ -1155,6 +1155,7 @@ /** 赋值给当前对应的表单文件 */ this.dataSource[this.uploadIndex][this.uploadName] = attIdList.join(',') this.dataSource = [...this.dataSource] + this.preservationClick() }, CertificationProgressClick(val) { let item = JSON.parse(JSON.stringify(val))