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))