Explorar o código

WBS视图功能及界面修改

duy hai 1 mes
pai
achega
bf36d2499d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/data-fill/wbs.vue

+ 1 - 1
src/views/data-fill/wbs.vue

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