|
@@ -1519,7 +1519,7 @@ onMounted(() => {
|
|
|
console.log(projectInfo.value)
|
|
|
treeLoading.value = typeName === 'tree'
|
|
|
const treeWidth = useAppState.getTreeWidth
|
|
|
- console.log(treeWidth, 'treeWidth')
|
|
|
+
|
|
|
|
|
|
leftWidth.value = isNullES(treeWidth) || treeWidth <= 0 ? 440 : treeWidth
|
|
|
setContractType(contractInfo.value?.contractType)
|