From 797342111ff745925872bbbc822cd27f710dd48a Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 22 Mar 2022 22:01:16 +0800 Subject: [PATCH] BUG 28455 --- .../xiushan/apps/finance/AppFinanceProduct/productRecommend.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productRecommend.vue b/project/xiushan/apps/finance/AppFinanceProduct/productRecommend.vue index befd24fa..4a35804c 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productRecommend.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productRecommend.vue @@ -129,7 +129,7 @@ export default { getProducts() { let {organizationType} = this.form this.instance.post("/appfinancialproduct/list", null, { - params: {organizationType, size: 999} + params: {organizationType, size: 999, status: 0} }).then(res => { if (res?.data) { this.productList = res.data?.records