fix: 修复表格下钻页码不从第一页开始的问题

This commit is contained in:
junjun 2023-09-07 11:04:47 +08:00
parent 056777b854
commit db5849f122

View File

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