Commit 056d356c authored by 皮倩雯's avatar 皮倩雯

fix: '增加搜索'

parent 0e5f7bb5
Pipeline #82826 waiting for manual action with stages
......@@ -416,7 +416,7 @@ const AddModal = props => {
</Select>
</Item>
<Item label="图层名" name="layer" rules={[{ required: true, message: '请选择图层名' }]}>
<Select onChange={handleLayer}>
<Select onChange={handleLayer} showSearch>
{data
? data.map((item, index) => (
<Option value={item} key={index}>
......
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