From 14d17603d85cd4a4f66b9cabcf727444f7d7a2b2 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Mon, 25 Mar 2024 17:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=8E=E7=BB=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=BC=A0=E5=8F=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lucky/LuckyGiftDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/lucky/LuckyGiftDetail.vue b/src/views/lucky/LuckyGiftDetail.vue index cb87613..03573a1 100644 --- a/src/views/lucky/LuckyGiftDetail.vue +++ b/src/views/lucky/LuckyGiftDetail.vue @@ -154,7 +154,7 @@ export default { // 导出 exportDate() { luckyGiftRewardRecordExport({ - giftId: this.inquire.giftId, + giftId: this.inquire.giftId == null || this.inquire.giftId == "null"? null : this.inquire.giftId, sendErBanNo: this.inquire.senUserId, }).then(); },