mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 21:15:12 +08:00
refactor: 汇总表支持指标联动 (#17114)
This commit is contained in:
@@ -790,11 +790,9 @@ const init = viewItem => {
|
||||
JSON.stringify(chartDetails.yAxisExt) +
|
||||
JSON.stringify(chartDetails.drillFields)
|
||||
checkJumpStr = checkAllAxisStr
|
||||
} else if (chartDetails.type === 'table-pivot') {
|
||||
} else if (['table-normal', 'table-info', 'table-pivot'].includes(chartDetails.type)) {
|
||||
checkJumpStr =
|
||||
checkAllAxisStr + JSON.stringify(chartDetails.yAxis) + JSON.stringify(chartDetails.yAxisExt)
|
||||
} else if (chartDetails.type === 'table-info') {
|
||||
checkJumpStr = checkAllAxisStr
|
||||
} else {
|
||||
checkJumpStr = checkAllAxisStr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user