bf918038 by lihua

fix: 字段类型

1 parent cad746b1
......@@ -609,6 +609,8 @@ const drawerSelectChange = (val, row, info) => {
item.default = info[item.field];
if (item.field == 'dataTypeCode') {
item.default = labelInfo.labelTypeCode;
} else if (item.field == 'fieldTypeCode') {
item.default = dataType;
}
});
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!