|
@@ -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]) {
|