lsc 2 năm trước cách đây
mục cha
commit
fb3b81a2fa
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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];