[update 90327] 拆分拖拽,总目录不能勾选
This commit is contained in:
@@ -260,6 +260,7 @@ export default {
|
|||||||
getClauseTreeData({ infoId: this.model.infoId }).then(res => {
|
getClauseTreeData({ infoId: this.model.infoId }).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
const treeData = res.result || []
|
const treeData = res.result || []
|
||||||
|
treeData[0].disableCheckbox = true
|
||||||
treeData.forEach(node => this.addTitleToNodes(node))
|
treeData.forEach(node => this.addTitleToNodes(node))
|
||||||
this.treeData = treeData
|
this.treeData = treeData
|
||||||
if (this.treeData.length > 0 && this.expandedKeys <= 0) {
|
if (this.treeData.length > 0 && this.expandedKeys <= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user