|
@@ -80,9 +80,7 @@ export default {
|
|
|
return this.operationBtn({
|
|
|
settleAccounts: {
|
|
|
click: ({ row, index, column }) => {
|
|
|
- recycSettleBatchSettle({
|
|
|
- ids: [row.id]
|
|
|
- }).then(res => {
|
|
|
+ recycSettleBatchSettle([row.id]).then(res => {
|
|
|
this.$message({ type: 'success', message: `成功!` })
|
|
|
this.$refs.pageRef.refreshList()
|
|
|
})
|