diff --git a/nezha-fronted/src/components/common/exportXLSX.vue b/nezha-fronted/src/components/common/exportXLSX.vue index 86eacbecf..9f6d69a33 100644 --- a/nezha-fronted/src/components/common/exportXLSX.vue +++ b/nezha-fronted/src/components/common/exportXLSX.vue @@ -245,9 +245,9 @@ if (this.importUrl.indexOf('panel') > -1){ delete params.panelId } - if (this.importUrl.indexOf('endpoint') > -1){ - delete params.moduleId - } + // if (this.importUrl.indexOf('endpoint') > -1){ + // delete params.moduleId + // } params.language=localStorage.getItem('nz-language') || 'en'; this.exportExcel(this.exportUrl,params,this.exportFileName+'-'+this.getTimeString()+'.xlsx');