fix: eslint

(cherry picked from commit 249e0d21a3)
This commit is contained in:
xingyu 2023-11-14 21:56:02 +08:00 committed by shizhong
parent 62a6d5490f
commit 18251290f9
2 changed files with 858 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,11 +5,11 @@
<el-scrollbar height="calc(100vh - 88px - 40px - 50px)">
<el-tree
ref="treeRef"
node-key="id"
:data="preview.fileTree"
:expand-on-click-node="false"
highlight-current
default-expand-all
highlight-current
node-key="id"
@node-click="handleNodeClick"
/>
</el-scrollbar>