Commit aa81832c by zhaochengxiang

采集

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