增加配置项
值变更回调事件增加传参 移动端不绑表字段报错修正 子组件将formModel传给父组件
This commit is contained in:
@ -498,7 +498,8 @@
|
||||
}
|
||||
// TODO 这里继续写各组件自己特有的一些验证
|
||||
|
||||
if (!component.bindTable) {
|
||||
if ((component.type == 'input' && !component.options!.isSave && !component.bindTable) ||
|
||||
(component.type !== 'input' && !component.bindTable)) {
|
||||
return t(`{name}未绑定表`, { name: component.label });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user