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