Parcourir la source

查询资源分类

zengyicheng il y a 1 an
Parent
commit
16012a0b1e
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -5726,6 +5726,12 @@ router.route("/selectAllSourceType").all((req, res, next) => {
     getmysql(req, res, "selectAllSourceType", json["oid"], json["org"]);
 });
 
+//查询资源分类
+router.route("/selectAllEvaType").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectAllEvaType", json["oid"], json["org"]);
+});
+
 router.route("/addSource").all((req, res, next) => {
     //添加资源
     if (req.body[0]) {