diff --git a/src/pages/exchangecode/add/add.js b/src/pages/exchangecode/add/add.js index 42d8c27e..487e762b 100644 --- a/src/pages/exchangecode/add/add.js +++ b/src/pages/exchangecode/add/add.js @@ -832,7 +832,6 @@ export default class acclist extends React.Component { Notify.error("对应分销商数据不存在"); return; } - // 兑换码 if (this.state.keyType === 1) { if (this.state.isEdit) { @@ -940,6 +939,7 @@ export default class acclist extends React.Component { data.mobile_repeat = this.state.mobile_repeat; data.payment_direction = this.state.payment_direction[this.state.paytype - 1]; + data.copy_key_batch_id = this.state.keyCodeId; console.log("大提交 =>", data); let id = sessionStorage.getItem("key_plan_id"); addKeysBatchInfo(id, data).then((res) => {