feat(仪表板): AntV 透视表格支持点击行头列头跳转并在跳转时带入其他相关字段进行匹配

This commit is contained in:
wangjiahao 2022-12-27 10:40:17 +08:00
parent 1113d1aa53
commit ef8032dd26
2 changed files with 3 additions and 2 deletions

View File

@ -141,7 +141,7 @@ export default {
}
//
if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') {
jumpRequestParam.targetPanelId = null
jumpRequestParam.sourceFieldId = null
}
try {
//

View File

@ -426,7 +426,8 @@ export default {
name: this.pointParam.data.name,
viewId: this.chart.id,
dimensionList: this.pointParam.data.dimensionList,
quotaList: this.pointParam.data.quotaList
quotaList: this.pointParam.data.quotaList,
sourceType: this.pointParam.data.sourceType
}
switch (trackAction) {
case 'drill':