forked from github/dataease
Merge pull request #4744 from dataease/pr@dev@feat_jump-with-drill-params
feat(仪表板): 仪表板间跳转,支持携带下钻多级参数 #4695
This commit is contained in:
commit
f8f39fea16
@ -136,13 +136,9 @@ export default {
|
||||
const jumpRequestParam = {
|
||||
sourcePanelId: jumpParam.sourcePanelId,
|
||||
sourceViewId: jumpParam.sourceViewId,
|
||||
sourceFieldId: jumpParam.sourceFieldId,
|
||||
sourceFieldId: null,
|
||||
targetPanelId: this.panelId
|
||||
}
|
||||
//透视表中的其他维度数据数据都进行匹配
|
||||
if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') {
|
||||
jumpRequestParam.sourceFieldId = null
|
||||
}
|
||||
try {
|
||||
// 刷新跳转目标仪表板联动信息
|
||||
queryTargetPanelJumpInfo(jumpRequestParam).then(rsp => {
|
||||
|
Loading…
Reference in New Issue
Block a user