@ -501,7 +501,7 @@ export default {
this.listLoading = true
pagerList(this.listQuery).then((rep) => {
this.listLoading = false
if (rep.succss) {
if (rep.success) {
this.list = rep.data.records
this.listQuery.total = rep.data.total
} else {