refactor(仪表板、数据大屏): 桌面版问题兼容

This commit is contained in:
wangjiahao
2024-12-16 15:58:40 +08:00
committed by 王嘉豪
parent f4e39d88cc
commit 8332105f58
5 changed files with 67 additions and 103 deletions

View File

@@ -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
}