Commit 28a5aebf authored by 邓超's avatar 邓超

fix: 修改附加表显示问题

parent 2ee09124
Pipeline #61050 passed with stages
......@@ -244,8 +244,8 @@ const AddModal = props => {
<Select onChange={handleChange} showSearch>
{tableList.length
? tableList.map((item, index) => (
<Select.Option key={index} value={item.text}>
{item.text}plainOptions
<Select.Option key={index} value={item.text}>
{item.text}
</Select.Option>
))
: ''}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment