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