|
@@ -856,6 +856,12 @@ router.route('/updateEvaluation').all((req, res, next) => {
|
|
|
//c内容 t标题 id评价id
|
|
|
});
|
|
|
|
|
|
+//删除评价体系
|
|
|
+router.route('/deleteEvaluation').all((req, res, next) => {
|
|
|
+ postmysql(req, res, "delete_evaluation");
|
|
|
+ // id评价id
|
|
|
+});
|
|
|
+
|
|
|
|
|
|
router.route('/batchRegistrationMore').post(function(req, res, next) {
|
|
|
let users = req.body[0];
|