Browse Source

查看兴趣班

11wqe1 1 week ago
parent
commit
cbe83e6bf3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pbl.js

+ 4 - 1
pbl.js

@@ -6632,7 +6632,10 @@ router.route("/selectInterestcla").all((req, res, next) => {
         req,
         res,
         "selectInterestcla",
-        json["oid"]
+        json["oid"],
+        json["inp"],
+        json["page"],
+        json["pageSize"]
     );
 });
 // 新学生管理 获取班级学生 yym