From d9e812fbb1e1873757d8edf7938da56cab7cd8ad Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 09 八月 2024 17:00:02 +0800 Subject: [PATCH] feat:通过Websocket根据教师会议命令执行操作 --- 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