Commit aa81832c by zhaochengxiang

采集

parent 9cdeace0
......@@ -17,6 +17,7 @@ const ApprovalCheckbox = ({ value, onChange }) => {
return (
<Checkbox
defaultChecked={false}
checked={currentChecked}
onChange={handleChange}
/>
......
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