admin/src/views/finance/payments.vue
@@ -162,7 +162,7 @@ }) }).catch(() => { }); }) }, handleDel(row) { let message = `确认删除该记录吗?` @@ -185,6 +185,7 @@ }, handleSizeChange(capacity) { this.pagination.pageSize = capacity this.getList() } } }