aXin-0810 9 mesiacov pred
rodič
commit
815b86506e

+ 1 - 1
src/views/engineerFeeSettlement/dailyMaintenanceBalance/maintenanceSettlementDeduction/index.vue

@@ -23,7 +23,7 @@
           <el-table-column align="center" label="操作" fixed width="100">
             <template slot-scope="scope">
               <el-button type="text" @click="editFn(scope.row)">编辑</el-button>
-              <el-popconfirm @onConfirm="delFn(scope.row.id)" title="你确定删除吗?">
+              <el-popconfirm @confirm="delFn(scope.row.id)" title="你确定删除吗?">
                 <el-button type="text" class="textColor" slot="reference">删除</el-button>
               </el-popconfirm>
             </template>