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; }); },