fix: 修复组织架构、联想弹层组件、选择组件对sepTextField字段赋值异常问题,并对移动端的配置进行适配
This commit is contained in:
@ -139,7 +139,7 @@
|
||||
const options = unref(selectedDataSourceVal.value);
|
||||
const txtArr = options
|
||||
.filter((opt) => {
|
||||
return arr.includes(opt.id);
|
||||
return arr.includes(opt.value);
|
||||
})
|
||||
.map((item) => item[props.labelField]);
|
||||
formData[camelCaseString(props.sepTextField)] = txtArr.join(',');
|
||||
|
||||
Reference in New Issue
Block a user