From ddcc757b9c8051da467d85f98b16dd96c47be8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=91=E5=B9=B4=E6=A2=A6=E4=B8=8E=E7=A0=96?= <2847127106@qq.com> Date: Fri, 23 Aug 2024 10:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E4=BB=A3=E7=A0=81=E6=9F=A5=E8=AF=A2=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=97=B6,=E6=9F=A5=E8=AF=A2=E5=88=B0=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E5=8D=B4=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/vm/vue/index.vue.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/vm/vue/index.vue.vm b/src/main/resources/vm/vue/index.vue.vm index d839ace..cf9b3b0 100644 --- a/src/main/resources/vm/vue/index.vue.vm +++ b/src/main/resources/vm/vue/index.vue.vm @@ -448,8 +448,8 @@ export default { #end #end list${BusinessName}(this.queryParams).then(response => { - this.${businessName}List = response.rows; - this.total = response.total; + this.${businessName}List = response.data.rows; + this.total = response.data.total; this.loading = false; }); },