From e7f5cc20e954aad4daf17d57765666d89a833d20 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 8 Jun 2023 17:35:29 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddetection=E9=A1=B5?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=95=B0=E6=8D=AE=E5=8F=96=E5=80=BC=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detections/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/detections/Index.vue b/src/views/detections/Index.vue index 156e109b..83930da8 100644 --- a/src/views/detections/Index.vue +++ b/src/views/detections/Index.vue @@ -612,7 +612,7 @@ export default { } get(api.detection[this.pageType].listBasic, params).then(response => { if (response.code === 200) { - this.listData = response.data + this.listData = response.data.result } else { this.listData = [] console.error(response.message) From 634caee9b393f4d1f150c4b7d79e98e53c78a3f5 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 8 Jun 2023 17:40:06 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8F?= =?UTF-8?q?detections=E7=9A=84=E9=85=8D=E7=BD=AE=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detections/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/detections/Index.vue b/src/views/detections/Index.vue index 83930da8..afd38db5 100644 --- a/src/views/detections/Index.vue +++ b/src/views/detections/Index.vue @@ -4,10 +4,10 @@