配合后端调整兑换码 新增逻辑 确认复制标识符以及复制次数字段

This commit is contained in:
wangsongsole 2022-08-03 16:51:02 +08:00
parent 5fc7ddc49f
commit d0b6e583a2
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ export default class acclist extends React.Component {
allow_loss: req.allow_loss,
merge_stock: req.merge_stock,
code_batch: req.code_batch,
batch_name: `${req.batch_name}_1`
batch_name: `${req.batch_name}_${req.copyCount}`,
copy_code_batch_id: req.id
}
let codeInfo = {
//数据模型不可少