自定义表单 默认值取值方式修改

yun-zuoyi
wei.peng 6 years ago
parent b899c5c8c5
commit 0ac5232eb0

@ -136,7 +136,7 @@ public class BfElementProperty extends BaseBean {
@AnnoOutputColumn(hidden = true)
private BfDataObjectProperty objectProperty;
public Object getFormValue() {
return propertyFormValue;
}
// public Object getFormValue() {
// return propertyFormValue == null ? propertyDefaultValue : propertyFormValue;
// }
}

Loading…
Cancel
Save