From f6d3326674306701f9c25fce8908f0d8ff4125a4 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 8 Aug 2022 14:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=97=E6=AE=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/copyCode/index.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/exchangecode/copyCode/index.jsx b/src/pages/exchangecode/copyCode/index.jsx index 9bf8a1b6..14af1073 100644 --- a/src/pages/exchangecode/copyCode/index.jsx +++ b/src/pages/exchangecode/copyCode/index.jsx @@ -698,7 +698,7 @@ export default class acclist extends React.Component { }) /* 被复制得兑换码id */ - let copy_code_id = ~~sessionStorage.getItem('copy_code_id') + let copy_code_batch_id = ~~sessionStorage.getItem('copy_code_id') // 转换数据 let dataCopy = _.cloneDeep(formdata) dataCopy.map((item) => { @@ -743,7 +743,7 @@ export default class acclist extends React.Component { reseller_name: this.state.reseller.name, company_name: this.state.reseller.company_name, receive_email: this.state.reseller.contact_email[0], - copy_code_id, + copy_code_batch_id, payment_direction: this.state.payment_direction[this.state.paytype - 1] } @@ -778,7 +778,7 @@ export default class acclist extends React.Component { reseller_name: this.state.reseller?.name, company_name: this.state.reseller?.company_name, receive_email: this.state.reseller?.contact_email[0], - copy_code_id, + copy_code_batch_id, payment_direction: this.state.payment_direction[this.state.paytype - 1] } @@ -813,7 +813,7 @@ export default class acclist extends React.Component { reseller_name: this.state.reseller.name, company_name: this.state.reseller.company_name, receive_email: this.state.reseller.contact_email[0], - copy_code_id, + copy_code_batch_id, payment_direction: this.state.payment_direction[this.state.paytype - 1] } @@ -858,7 +858,7 @@ export default class acclist extends React.Component { mobile_excel: this.state.mobile_excel, mobile_repeat: this.state.mobile_repeat, code_batch: dataCopy, - copy_code_id, + copy_code_batch_id, reseller_id: this.state.reseller.id, reseller_name: this.state.reseller.name, company_name: this.state.reseller.company_name,