租赁费用结算下拉问题修正

This commit is contained in:
hongchao 2025-10-15 17:49:22 +08:00
parent b438bf543c
commit 7f697c41c3
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ export default {
console.log('🚀 ~ 获取列表 ~ res:', res)
this.tableList = res.rows
this.total = res.total
const res2 = await getCostPushCheckListCount()
const res2 = await getCostPushCheckListCount(params)
this.totalData = res2.data
loading.close()
} catch (error) {