跨域bug修复1

This commit is contained in:
2026-04-14 14:48:49 +08:00
parent a08d725104
commit 74053bdbdc
5 changed files with 39 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ include __DIR__ . '/../includes/header.php';
</div>
<script>
let selectedStudentIds = [];
var selectedStudentIds = [];
async function loadStudents() {
const res = await apiGet('/api/admin/students');