From c20a16253461b9b9e8484d65e976fbf705748f6c Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 19 六月 2024 10:30:34 +0800
Subject: [PATCH] feat:示例数据

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