浏览代码

复制评价体系

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");