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

fix: 细节修改

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