|
|
@@ -228,8 +228,8 @@
|
|
|
getAuditedUnitList(params)
|
|
|
.then(async (res) => {
|
|
|
this.loading = false
|
|
|
- this.tableData = res.value.records || []
|
|
|
- this.pagination.total = res.value.total || 0
|
|
|
+ this.tableData = res.rows || []
|
|
|
+ this.pagination.total = res.total || 0
|
|
|
// 安全地预处理区域名称
|
|
|
if (this.tableData && this.tableData.length > 0) {
|
|
|
try {
|