Merge pull request #6055 from dataease/pr@dev@fix_drill

fix: 修复表格下钻页码不从第一页开始的问题
This commit is contained in:
Junjun 2023-09-07 11:06:17 +08:00 committed by GitHub
commit a9483e8145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,6 +431,7 @@ export default {
}
switch (trackAction) {
case 'drill':
this.currentPage.page = 1
this.$emit('onChartClick', this.pointParam)
break
case 'linkage':