租赁费用结算下拉问题修正
This commit is contained in:
parent
b438bf543c
commit
7f697c41c3
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue