From b9db8cb5cf44ba62bb8c7c88b9c45caaa5b807ea Mon Sep 17 00:00:00 2001 From: Wangxin Date: Sat, 8 Nov 2025 21:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E7=AB=99=E5=86=85?= =?UTF-8?q?=E4=BF=A1=E5=88=97=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALOps_sys_fe/alops-ui/public/index.html | 2 +- ALOps_sys_fe/alops-ui/src/views/message/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ALOps_sys_fe/alops-ui/public/index.html b/ALOps_sys_fe/alops-ui/public/index.html index ec69afcf..7ddb4e3f 100644 --- a/ALOps_sys_fe/alops-ui/public/index.html +++ b/ALOps_sys_fe/alops-ui/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> diff --git a/ALOps_sys_fe/alops-ui/src/views/message/index.vue b/ALOps_sys_fe/alops-ui/src/views/message/index.vue index 5d2c7238..70194b5d 100644 --- a/ALOps_sys_fe/alops-ui/src/views/message/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/message/index.vue @@ -82,7 +82,7 @@ export default { getList() { this.loading = true messageList(this.queryParams).then(response => { - this.dataList = response.data || [] + this.dataList = response.rows || [] this.total = response.data?.length || 0 this.loading = false }