修改明细导出传参方式
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
Reference in New Issue
Block a user