[update 90327] 拆分拖拽,总目录不能勾选

This commit is contained in:
danshihao
2024-09-26 11:47:10 +08:00
parent 32dc1e5ab4
commit d25cb4f708
@@ -260,6 +260,7 @@ export default {
getClauseTreeData({ infoId: this.model.infoId }).then(res => {
if (res.success) {
const treeData = res.result || []
treeData[0].disableCheckbox = true
treeData.forEach(node => this.addTitleToNodes(node))
this.treeData = treeData
if (this.treeData.length > 0 && this.expandedKeys <= 0) {