From 44037432eed33c5f845e43d65ef43f11473fa012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Fri, 17 Mar 2023 09:57:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BA=93-=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E6=B8=85=E5=8D=95-=E5=AF=BC=E5=85=A5-=E5=AF=BC=E5=87=BA-?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationList/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: '',