fix: 修复组织架构、联想弹层组件、选择组件对sepTextField字段赋值异常问题,并对移动端的配置进行适配
This commit is contained in:
@ -106,7 +106,7 @@
|
||||
if (!props.sepTextField || !props.row) {
|
||||
return;
|
||||
}
|
||||
props.row[props.sepTextField] = v;
|
||||
props.row[camelCaseString(props.sepTextField)] = v;
|
||||
}
|
||||
|
||||
function resetTreeList(list) {
|
||||
|
||||
Reference in New Issue
Block a user