This commit is contained in:
parent
4a024ccf1a
commit
4ada04083e
|
@ -202,7 +202,7 @@ function SendTrain(){
|
|||
<input type="checkbox" className='check_box' onClick={(event)=>{
|
||||
if (event.target.checked) {
|
||||
//在选择题目集中添加选择题的ID
|
||||
setTrainChoice(items=>([
|
||||
setTrainChoice(items=>([
|
||||
...items,
|
||||
Trainquestion['choice'][key][7]
|
||||
]))
|
||||
|
|
Loading…
Reference in New Issue