zengyicheng преди 1 година
родител
ревизия
1808434131
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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");