Fixed: Fix the issue of the asset type tree being draggable.

This commit is contained in:
zhaojisen
2025-05-12 15:25:26 +08:00
committed by ZhaoJiSen
parent 37cf3d6b1a
commit f0ff8f7370

View File

@@ -114,6 +114,11 @@ export default {
treeUrl: `${this.typeUrl}?assets=${showAssets ? '1' : '0'}&count_resource=${this.treeSetting.countResource || 'asset'}`,
callback: {
onSelected: (event, treeNode) => this.getAssetsUrl(treeNode)
},
edit: {
drag: {
isMove: false
}
}
}
}