From 49da89146e72f1e83c2dd2bc9adb8152d090f934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 29 Dec 2023 13:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E6=88=90=E4=BA=A7=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/project/index.js | 4 ++-- view/listingItems/itemsNeedsList.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}}