Merge pull request #10913 from dataease/pr@dev@fixExportdata

fix: 去掉数据导出中心多余请求
This commit is contained in:
taojinlong 2024-07-11 18:53:14 +08:00 committed by GitHub
commit 45fd9ed11c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,6 @@ export default {
}
},
created() {
this.handleClick()
},
mounted() {
bus.$on('task-export-topic-call', this.taskExportTopicCall)