Commit e803ae55 authored by yaya's avatar yaya

feat: 完成结款刷新页面

parent 9726fdd5
...@@ -273,13 +273,7 @@ export default { ...@@ -273,13 +273,7 @@ export default {
} }
}, },
handleFinishSuccess(billId) { handleFinishSuccess(billId) {
this.list = this.list.map((item) => { this.getList()
if (item.billId === billId) {
item.state = 1
return item
}
return item
})
this.showFinishFinanceDialog = false this.showFinishFinanceDialog = false
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment