From d25cb4f708911c72c7e55ed9249e401d73cc6b9b Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 26 Sep 2024 11:47:10 +0800 Subject: [PATCH] =?UTF-8?q?[update=2090327]=20=E6=8B=86=E5=88=86=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=EF=BC=8C=E6=80=BB=E7=9B=AE=E5=BD=95=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=8B=BE=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentTool/documentSplit/modules/SplitTreeOrderModal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/documentTool/documentSplit/modules/SplitTreeOrderModal.vue b/src/views/documentTool/documentSplit/modules/SplitTreeOrderModal.vue index 445ded7..ba62cf8 100644 --- a/src/views/documentTool/documentSplit/modules/SplitTreeOrderModal.vue +++ b/src/views/documentTool/documentSplit/modules/SplitTreeOrderModal.vue @@ -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) {