From 5cdf8a720624389ea1d4fecd8d3046979595ba64 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 05 一月 2026 15:08:55 +0800
Subject: [PATCH] 修改了代码
---
ruoyi-ui/src/views/peopleSearch/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/peopleSearch/index.vue b/ruoyi-ui/src/views/peopleSearch/index.vue
index 7638734..c944621 100644
--- a/ruoyi-ui/src/views/peopleSearch/index.vue
+++ b/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;
--
Gitblit v1.9.1