From b17c2ddebcfaeaa48edc1eeca5ee0dc03d9fde90 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 02 七月 2024 09:25:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 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