소스 검색

查询资源分类

zengyicheng 1 년 전
부모
커밋
16012a0b1e
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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]) {