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