bf918038 by lihua

fix: 字段类型

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