diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index a2a496ece..7ad6c4dee 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -567,15 +567,16 @@ }, url: { list: '/project/projectCertificationInventoryEO/page', - exportTemplate: '', - exportData: '', + exportTemplate: '/project/projectCertificationInventoryEO/exportTemplate', + exportData: '/project/projectCertificationInventoryEO/exportData', deleteBatch: '/project/projectCertificationInventoryEO/deleteBatch', setBatch: '/project/projectCertificationInventoryEO/setBatch', deleteOne: '/project/projectCertificationInventoryEO/delete', AndUserId: '/project/projectLibraryRoleRelEO/queryByProjectLibraryIdAndUserId', AndUserIdEdit: '/project/projectLibraryRoleRelEO/edit', saveBatch: '/project/projectCertificationInventoryEO/saveBatch', - questionUrl: '/project/projectCertificationInventoryEO/expediting' + questionUrl: '/project/projectCertificationInventoryEO/expediting', + importZipUrl: '/project/projectCertificationInventoryEO/importData', }, dataSource: [], roleSwitchingCode: '',