fix: 修复组织架构、联想弹层组件、选择组件对sepTextField字段赋值异常问题,并对移动端的配置进行适配

This commit is contained in:
chenjiewen
2024-07-26 11:03:52 +08:00
parent 6c5b4b6272
commit 1d9fd61dc7
4 changed files with 4 additions and 4 deletions

View File

@ -989,7 +989,7 @@ export function buildAppSchema(model: ComponentOptionModel, convertCamel: boolea
export function buildAppComponentProps(type, options, key, bindTable) {
const params: any = {};
const defaultParams = { isShow: options.isShow };
const defaultParams = { isShow: options.isShow, sepTextField: options?.sepTextField };
switch (type) {
case 'input':
return {