forked from github/dataease
Merge pull request #6055 from dataease/pr@dev@fix_drill
fix: 修复表格下钻页码不从第一页开始的问题
This commit is contained in:
commit
a9483e8145
@ -431,6 +431,7 @@ export default {
|
||||
}
|
||||
switch (trackAction) {
|
||||
case 'drill':
|
||||
this.currentPage.page = 1
|
||||
this.$emit('onChartClick', this.pointParam)
|
||||
break
|
||||
case 'linkage':
|
||||
|
Loading…
Reference in New Issue
Block a user