From 99dcb0a585582d195a33e0d0cefcd6ec7857c537 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 15 四月 2025 17:11:35 +0800 Subject: [PATCH] qx --- src/components/public/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/public/index.vue b/src/components/public/index.vue index 4d4470b..12ba45e 100644 --- a/src/components/public/index.vue +++ b/src/components/public/index.vue @@ -220,8 +220,8 @@ this.loading = true; // 娣诲姞鍔犺浇鐘舵�� const res = await getlist(this.queryParams); - this.dataList = res.rows; - this.total = res.total; + this.dataList = res.data.rows; + this.total = res.data.total; // 濡傛灉闇�瑕侀�変腑鎿嶄綔锛屽皢鍏跺皝瑁呬负鐙珛鏂规硶 await this.handleAutoSelection(); -- Gitblit v1.8.0