diff --git a/frontend/src/components/canvas/components/editor/EditBar.vue b/frontend/src/components/canvas/components/editor/EditBar.vue index a185a38f08..42ee290db0 100644 --- a/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/frontend/src/components/canvas/components/editor/EditBar.vue @@ -82,10 +82,10 @@ /> - @@ -469,7 +469,7 @@ export default { this.$emit('showViewDetails', { openType: openType }) }, exportExcelDownload() { - exportExcelDownload(this.chart, null, null, null, null, null) + exportExcelDownload(this.chart) }, auxiliaryMatrixChange() { if (this.curComponent.auxiliaryMatrix) {