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