Commit c14ca05d authored by 田翔's avatar 田翔

fix: 同步的信息配置支持清除

parent 09a0c72f
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.6.6", "version": "4.6.7",
"description": "4.6.6 附件bug'修复", "description": "4.6.7 同步的信息配置支持清除",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -27,6 +27,7 @@ const AddressSync = (props) => { ...@@ -27,6 +27,7 @@ const AddressSync = (props) => {
return ( return (
<Select <Select
allowClear
style={{ width: '100%' }} style={{ width: '100%' }}
options={options} options={options}
value={value} value={value}
......
...@@ -27,6 +27,7 @@ const CoordSync = (props) => { ...@@ -27,6 +27,7 @@ const CoordSync = (props) => {
return ( return (
<Select <Select
allowClear
style={{ width: '100%' }} style={{ width: '100%' }}
options={options} options={options}
value={value} value={value}
......
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