跨域bug修复1
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
* 版权所有 © Sea Network Technology Studio
|
||||
*/
|
||||
|
||||
// 全局变量
|
||||
let selectedStudentIds = [];
|
||||
let currentPage = 1;
|
||||
let totalPages = 1;
|
||||
let currentHistoryPage = 1;
|
||||
// 全局变量(使用 var 避免与页面级 let 重复声明冲突)
|
||||
var selectedStudentIds = [];
|
||||
var currentPage = 1;
|
||||
var totalPages = 1;
|
||||
var currentHistoryPage = 1;
|
||||
|
||||
// 显示批量加减分模态框
|
||||
function showBatchPointsModal() {
|
||||
|
||||
Reference in New Issue
Block a user