diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue index 60133812d..164683de9 100644 --- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue +++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue @@ -266,6 +266,7 @@ export default { deleteBatch: '/authDummy/authDummyInventoryInfoEO/deleteBatch',//批量删除 editModel: '/authDummy/authDummyInventoryInfoEO/edit',//编辑 setBatch: '/authDummy/authDummyInventoryInfoEO/setBatch',//批量设置 + importZipUrl: '/authDummy/authDummyInventoryInfoEO/importData',//导入 number: '/project/projectLawsInventoryEO/list', }, queryParam: {}, @@ -464,7 +465,7 @@ export default { ...this.queryParam, ...this.queryParamQuery, ids: selectedRowKeys.join(','), - dummyInventoryBaseId: this.$route.query.id + authDummyInventoryBaseId: this.$route.query.id } downloadFile(this.url.exportData, this.$route.query.name + this.$t('VirtualAuthenticationList') + '.zip', query, this.Deselect) },