Commit b767a194 authored by 田翔's avatar 田翔

fix: 地址控件不回显问题

parent 90b75f3c
{
"name": "panda-xform",
"version": "6.0.30",
"description": "6.0.30 删除文件提示逻逻辑修改",
"version": "6.0.31",
"description": "6.0.31 地址控件不回显问题",
"keywords": [
"panda-xform"
],
......
......@@ -76,9 +76,9 @@ const SearchLocation = (props) => {
onSelect={onSelect}
onSearch={handleSearch}
disabled={disabled}
value={value}
>
<Input.Search
value={value}
placeholder={disabled ? (placeholder || '') : (placeholder || '请输入地址点击搜索或者回车')}
enterButton
onSearch={onSearch}
......
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