Selaa lähdekoodia

查询资源分类

zengyicheng 1 vuosi sitten
vanhempi
commit
16012a0b1e
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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]) {