Authored by zhaoqing

搜索资源位直通车

... ... @@ -81,6 +81,7 @@ module.exports=function(app) {
pageName: "搜索资源位直通车管理"
}
});
app.post("/categorySource/queryCategorySourceList","salecategory_queryCategorySourceList");
app.post("/categorySource/insertCategorySourceLink","salecategory_insertCategorySourceLink");
app.post("/categorySource/deleteCategorySourceLink","salecategory_deleteCategorySourceLink");
}
\ No newline at end of file
... ...
... ... @@ -50,7 +50,7 @@ var g = new common.grid({
});
g.init('/searchLabel/productSearchLabelList');
g.init('/categorySource/queryCategorySourceList');
//筛选
$(document).on('click', '#filter-btn', function () {
... ...