aXin-0810 пре 2 година
родитељ
комит
20e2487aee
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/deposit_home/refund_list.vue

+ 2 - 2
src/views/deposit_home/refund_list.vue

@@ -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}