From 9d82f5cac178d2043c45e6ffe0d9283fd1c5ea1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 13 Mar 2023 15:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B8=85=E5=8D=95=E7=BB=B4=E6=8A=A4-=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certificationListMaintenance.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue index 492ea1eab..434cfca0a 100644 --- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue +++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue @@ -260,7 +260,7 @@ export default { list: '/authDummy/authDummyInventoryInfoEO/page', logList: '',//更新log exportTemplate: '/authDummy/authDummyInventoryInfoEO/exportTemplate',//模板下载 - exportData: '',//导出 + exportData: '/authDummy/authDummyInventoryInfoEO/exportData',//导出 addModel: '/authDummy/authDummyInventoryInfoEO/add',//添加 copyInfo: '/authDummy/authDummyInventoryInfoEO/copyInfoByIds',//复制 deleteBatch: '/authDummy/authDummyInventoryInfoEO/deleteBatch',//批量删除 @@ -465,7 +465,7 @@ export default { ids: selectedRowKeys.join(','), dummyInventoryBaseId: this.$route.query.id } - downloadFile(this.url.exportData, this.$route.query.name + this.$t('VirtualList') + '.zip', query, this.Deselect) + downloadFile(this.url.exportData, this.$route.query.name + this.$t('VirtualAuthenticationList') + '.zip', query, this.Deselect) }, Deselect() { this.selectedRowKeys = []