소스 검색

no message

aXin-0810 10 달 전
부모
커밋
815b86506e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/engineerFeeSettlement/dailyMaintenanceBalance/maintenanceSettlementDeduction/index.vue

+ 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>