已结算下拉框过滤

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)
},
//
//
async GetProData() {
const unitIdsAsNumbers = this.unitIds.map(id => Number(id))
const params = {
enableFilterSlt: true,
unitIds: unitIdsAsNumbers
}
const res = await getProjectListByUnitIds(params)

View File

@ -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