fix: 修复组织架构、联想弹层组件、选择组件对sepTextField字段赋值异常问题,并对移动端的配置进行适配
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user