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) {
|
switch (trackAction) {
|
||||||
case 'drill':
|
case 'drill':
|
||||||
|
this.currentPage.page = 1
|
||||||
this.$emit('onChartClick', this.pointParam)
|
this.$emit('onChartClick', this.pointParam)
|
||||||
break
|
break
|
||||||
case 'linkage':
|
case 'linkage':
|
||||||
|
Loading…
Reference in New Issue
Block a user