ソースを参照

工程划分classtype默认值1

duy 2 年 前
コミット
c15e46362f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/data-fill/division.vue

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

@@ -12,7 +12,7 @@
             </div>
             <div class="hc-tree-box">
                 <el-scrollbar>
-                    <WbsTree :autoExpandKeys="treeAutoExpandKeys" :contractId="contractId" :menus="ElTreeMenu"
+                    <WbsTree :autoExpandKeys="treeAutoExpandKeys" :contractId="contractId" :menus="ElTreeMenu"  :classifyType="1"
                              :projectId="projectId" isColor ui="page-division-tree" @menuTap="ElTreeMenuClick"
                              @nodeTap="wbsElTreeClick"/>
                 </el-scrollbar>