Commit 0086dccc authored by tianfen's avatar tianfen

pref: 修改版本弹框bug

parents 8e6ca27a e49e6aeb
Pipeline #22421 skipped with stages
...@@ -14,6 +14,7 @@ const CheckList = props => { ...@@ -14,6 +14,7 @@ const CheckList = props => {
arr2.push(item.relatedRoleCode); arr2.push(item.relatedRoleCode);
} }
}); });
valueCallback(arr);
setList(arr); setList(arr);
} }
}, [info]); }, [info]);
......
...@@ -14,6 +14,7 @@ const CheckList = props => { ...@@ -14,6 +14,7 @@ const CheckList = props => {
arr2.push(item.relatedRoleCode); arr2.push(item.relatedRoleCode);
} }
}); });
valueCallback(arr);
setList(arr); setList(arr);
setFlag(true); setFlag(true);
} }
......
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