ruoyi-ui/src/views/peopleSearch/index.vue
@@ -405,7 +405,7 @@ const response = await searchPeople(params); console.log(response) // 更新搜索结果和分页信息 this.searchResult = response.data.data || []; this.searchResult = response.data.list || []; console.log(this.searchResult) this.pagination.total = response.data.total || 0;