Commit 0a9dde71 authored by 皮倩雯's avatar 皮倩雯

fix: '优化'

parent cffeca9e
Pipeline #82754 passed with stages
......@@ -292,7 +292,7 @@ const AddModal = props => {
</Select>
</Item>
<Item label="切片管网" name="tileMaps" placeholder="请选择切片管网">
<Select showSearch>
<Select showSearch allowClear>
{tileSlicedData.length
? tileSlicedData.map((item, index) => (
<Option key={index} value={item.servicename}>
......
......@@ -165,7 +165,7 @@ const EditModal = props => {
</Select>
</Item>
<Item label="切片管网" name="tileMaps">
<Select placeholder="请选择管网">
<Select placeholder="请选择管网" allowClear>
{tileSlicedData.length
? tileSlicedData.map((item, index) => {
return (
......
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