Explorar el Código

复制评价体系

zengyicheng hace 1 año
padre
commit
1808434131
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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");