From 8c0f29a39e8328b80635e803400d2825e2516408 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 20 六月 2024 14:36:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/log/list.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/log/list.vue b/src/views/log/list.vue
index 60069de..6755b4a 100644
--- a/src/views/log/list.vue
+++ b/src/views/log/list.vue
@@ -54,7 +54,7 @@
     search () {
       this.listLoading = true
       userApi.getUserEventPageList(this.queryParam).then(data => {
-        const re = data.response
+        const re = data.data
         this.tableData = re.list
         this.total = re.total
         this.queryParam.pageIndex = re.pageNum

--
Gitblit v1.8.0