已结算下拉框过滤

This commit is contained in:
syruan 2025-09-24 19:13:22 +08:00
parent 8893c41e36
commit 3a079497ed
2 changed files with 3 additions and 1 deletions

View File

@ -456,9 +456,11 @@ export default {
}, 500) }, 500)
}, },
// //
//
async GetProData() { async GetProData() {
const unitIdsAsNumbers = this.unitIds.map(id => Number(id)) const unitIdsAsNumbers = this.unitIds.map(id => Number(id))
const params = { const params = {
enableFilterSlt: true,
unitIds: unitIdsAsNumbers unitIds: unitIdsAsNumbers
} }
const res = await getProjectListByUnitIds(params) const res = await getProjectListByUnitIds(params)