diff --git a/static/js/project/index.js b/static/js/project/index.js index 5d8dff7..4222663 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -147,10 +147,10 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); //供应项目 - tools.doGet(itemsList, {projectNumber:'',pageSize:'4',pageNum:'1'}, module.itemList, true); + tools.doGet(itemsList, {projectNumber:'',pageSize:'4',pageNum:'1',status:'Y'}, module.itemList, true); //需求项目 - tools.doGet(needProjectList, {projectNumber:'',pageSize:'4',pageNum:'1'}, module.itemLists, true); + tools.doGet(needProjectList, {projectNumber:'',pageSize:'4',pageNum:'1',status:'Y'}, module.itemLists, true); //农业生产设备 // tools.doGet(webListing + '/9/0/5', {}, module.productionEquipment, true); diff --git a/view/listingItems/itemsNeedsList.html b/view/listingItems/itemsNeedsList.html index 7415b85..45c3931 100644 --- a/view/listingItems/itemsNeedsList.html +++ b/view/listingItems/itemsNeedsList.html @@ -116,7 +116,7 @@ {{each deptLocationList as value i}}
{{value.deptName}}
{{/each}} -
+
查询
@@ -128,7 +128,7 @@ {{each deptSecondLocationList as value i}}
{{value.deptName}}
{{/each}} -
+