forked from github/dataease
feat(仪表板): AntV 透视表格支持点击行头列头跳转并在跳转时带入其他相关字段进行匹配
This commit is contained in:
parent
1113d1aa53
commit
ef8032dd26
@ -141,7 +141,7 @@ export default {
|
||||
}
|
||||
//透视表中的其他维度数据数据都进行匹配
|
||||
if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') {
|
||||
jumpRequestParam.targetPanelId = null
|
||||
jumpRequestParam.sourceFieldId = null
|
||||
}
|
||||
try {
|
||||
// 刷新跳转目标仪表板联动信息
|
||||
|
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user