【变更】文档拆分 80787

This commit is contained in:
赵霄
2024-01-26 17:54:56 +08:00
parent 4d77bb666c
commit 53aa80a5a1
7 changed files with 156 additions and 47 deletions
@@ -380,7 +380,7 @@ export default {
getClauseTreeData(params).then(res => {
if (res.success) {
this.treeData = res.result || []
this.expandedKeys = this.treeData.length > 0 ? this.treeData[0].id : []
this.expandedKeys = this.treeData.length > 0 ? [this.treeData[0].id] : []
}
}).finally(() => {
this.treeLoading = false