소스 검색

2439
【质检分类】【质检项】这里不要默认展开

yusheng 10 달 전
부모
커밋
0972cb943a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/inspectionClassify/index.vue

+ 1 - 1
src/views/inspectionClassify/index.vue

@@ -6,7 +6,7 @@
           <div class="ele-border-lighter sys-organization-list">
             <el-input placeholder="输入关键字进行过滤" v-model="filterText">
             </el-input>
-            <AssetTree @handleNodeClick="handleNodeClick" @setRootId="setRootId" :treeIds="[12]" ref="treeList" />
+            <AssetTree :defaultExpandAll="false" @handleNodeClick="handleNodeClick" @setRootId="setRootId" :treeIds="[12]" ref="treeList" />
           </div>
         </div>
         <template v-slot:content>