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