Forráskód Böngészése

复制评价体系

zengyicheng 1 éve
szülő
commit
1808434131
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -2630,6 +2630,10 @@ router.route("/deleteStudentCourse").all((req, res, next) => {
 router.route("/copyCourse").all((req, res, next) => {
     postmysql(req, res, "copyCourse");
 });
+//复制评价体系
+router.route("/copyEva").all((req, res, next) => {
+    postmysql(req, res, "copyEva");
+});
 //复制课程
 router.route("/copySCourse").all((req, res, next) => {
     postmysql(req, res, "copySCourse");