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