feige
3 天以前 5cdf8a720624389ea1d4fecd8d3046979595ba64
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;