Commit fb76de9f authored by 杨子龙's avatar 杨子龙

修复拖拽字段配置后,字段顺序不改变问题

parent deafd8a8
......@@ -83,7 +83,9 @@ const StatusOption = (props) => {
}, [isMultiple])
useEffect(() => {
if(fieldList.length !== value.length){
initData()
}
} , [fieldList])
useEffect(() => {
......
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