lsc 2 년 전
부모
커밋
fb3b81a2fa
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -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];