2026-02-06 09:26
首先是没有取到主表单xmid的值: const currentXmid = FormData.value.xmid
2026-02-06 09:23
2026-02-04 12:36
2026-02-03 18:32
2026-02-03 09:49
这样?
// 新增逻辑:存在 children 子集的父节点不可勾选
if (row.children && row.children.length > 0) {
return false
}
// 其他情况可勾选
return true
2026-02-03 09:45
selectable(row, index) { //控制行是否可勾选
if (props.enhanceData.type == 'entrance_select') {
debugger
if (props.enhanceData.selectId.includes(row.cpbh)) {
},
2026-02-03 09:42
具体代码呢?不知道属性是啥啊
2026-02-03 09:27
2026-02-03 09:25
我做了个功能,自定义按键(选择物料),物料表是个树形,要
2026-02-03 09:11
2026-02-01 12:49
2026-01-30 12:29
2026-01-30 10:41
有没有参考的哪个示例
2026-01-30 10:28
2026-01-29 12:07