From 1ab319d372b42ae3511bd1da4a8a56689f75020c Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Sat, 14 Sep 2024 22:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=80=BB=E8=A7=88=E6=B2=A1?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/luckGift/luckGiftDataAll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/luckGift/luckGiftDataAll.vue b/src/views/luckGift/luckGiftDataAll.vue index afc46ea..379246a 100644 --- a/src/views/luckGift/luckGiftDataAll.vue +++ b/src/views/luckGift/luckGiftDataAll.vue @@ -127,7 +127,7 @@ export default { partitionId: this.inquire.value, }).then((res) => { this.total = res.data.total; - this.tableData = res.data.rows; + this.tableData = res.data; this.loading = false; }); },