This commit is contained in:
30404 2024-07-10 13:35:56 +08:00
parent 69ebafcceb
commit 71932bbb29
1 changed files with 2 additions and 4 deletions

View File

@ -93,10 +93,8 @@ function TrainManage(){
))}
</tbody>
</table>
</div>
<button onClick={()=>{
console.log(TrainData);
}}></button>
</div>
</div>
)
}