|
|
@@ -546,8 +546,8 @@
|
|
|
...this.searchForm,
|
|
|
}
|
|
|
const response = await getData(params)
|
|
|
- this.tableData = response.value.records || []
|
|
|
- this.total = response.value.total || 0
|
|
|
+ this.tableData = response.rows || []
|
|
|
+ this.total = response.total || 0
|
|
|
this.fetchRegionNames(this.tableData, 'areaCode')
|
|
|
} catch (error) {
|
|
|
console.error('获取数据失败:', error)
|