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

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