mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
refactor(仪表板、数据大屏): 桌面版问题兼容
This commit is contained in:
@@ -4,7 +4,6 @@ import _ from 'lodash'
|
||||
export function treeParentWeight(tree: BusiTreeNode[], pWeight) {
|
||||
const pWeightResult = {}
|
||||
weightCheckCircle(tree, pWeightResult, pWeight)
|
||||
console.log('===test===' + JSON.stringify(pWeightResult))
|
||||
return pWeightResult
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user