feat(仪表板): 仪表板间跳转,支持携带下钻多级参数 #4695

This commit is contained in:
wangjiahao 2023-03-10 10:37:22 +08:00
parent 8c2f7ae06b
commit bd946406be

View File

@ -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 => {