Commit 9554e66f authored by 田翔's avatar 田翔

fix: 细节修改

parent c14ca05d
{
"name": "panda-xform",
"version": "4.6.7",
"description": "4.6.7 同步的信息配置支持清除",
"version": "4.6.8",
"description": "4.6.8 细节修改",
"keywords": [
"panda-xform"
],
......
......@@ -171,8 +171,10 @@ const FileUpload = (props) => {
useEffect(() => {
if (presetValue && !presetValue.includes('拍照相册')) {
onChange(presetValue || '')
onChange(presetValue)
setShowList(valueToList(presetValue))
} else {
onChange('')
}
}, [presetValue])
......
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