|
@@ -1886,6 +1886,11 @@ router.route('/selectAnliList1').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "selectAnliList1", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
|
});
|
|
|
+//根据省级级管理者查询案例
|
|
|
+router.route('/selectAnliList2').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectAnliList2", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
|
+});
|
|
|
//删除案例
|
|
|
router.route('/deleteAnli').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|