@@ -321,12 +321,12 @@ export default {
<el-popconfirm
style="margin-left: 10px"
title="二次退押吗?"
- onConfirm={() => {
+ onOnConfirm={() => {
this.secondRefund(row)
}}
>
<el-button slot="reference" type="text" size="mini">
- 二次退押{' '}
+ 二次退押
</el-button>
</el-popconfirm>
) : null}