Merge pull request #4206 from dataease/pr@dev@feat_table-jump

feat(仪表板): AntV 透视表格支持点击行头列头跳转并在跳转时带入其他相关字段进行匹配
This commit is contained in:
王嘉豪 2022-12-27 10:42:18 +08:00 committed by GitHub
commit ed4c361102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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':