瀏覽代碼

WBS视图功能及界面修改

duy 1 月之前
父節點
當前提交
bf36d2499d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)