租赁费用结算下拉问题修正
This commit is contained in:
parent
b438bf543c
commit
7f697c41c3
|
|
@ -321,7 +321,7 @@ export default {
|
||||||
console.log('🚀 ~ 获取列表 ~ res:', res)
|
console.log('🚀 ~ 获取列表 ~ res:', res)
|
||||||
this.tableList = res.rows
|
this.tableList = res.rows
|
||||||
this.total = res.total
|
this.total = res.total
|
||||||
const res2 = await getCostPushCheckListCount()
|
const res2 = await getCostPushCheckListCount(params)
|
||||||
this.totalData = res2.data
|
this.totalData = res2.data
|
||||||
loading.close()
|
loading.close()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue