From 3a079497ede6db3ced9fdacd4698dc1b67e85d40 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Wed, 24 Sep 2025 19:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=BB=93=E7=AE=97=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/cost/component/applyHome.vue | 2 ++ src/views/material/cost/component/unreportHome.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index 6986b5c2..3ace7318 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -456,9 +456,11 @@ export default { }, 500) }, // 获取 工程名称 列表数据 + // 增加已结算的过滤 async GetProData() { const unitIdsAsNumbers = this.unitIds.map(id => Number(id)) const params = { + enableFilterSlt: true, unitIds: unitIdsAsNumbers } const res = await getProjectListByUnitIds(params) diff --git a/src/views/material/cost/component/unreportHome.vue b/src/views/material/cost/component/unreportHome.vue index 857528ca..d4289af2 100644 --- a/src/views/material/cost/component/unreportHome.vue +++ b/src/views/material/cost/component/unreportHome.vue @@ -493,7 +493,7 @@ export default { /** 查询列表 */ getList() { this.loading = true - getSltReportList(this.queryParams).then((response) => { + getSltReportList(this.queryParams).then((response) => { console.dir(response) this.tableList = response.rows this.total = response.total