🦀️ fix: 修复复制计划组合商品现在不正常问题

This commit is contained in:
wangsongsole 2024-03-05 17:28:15 +08:00
parent b60266e5a3
commit b0721b9717
1 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,9 @@ const Combining = forwardRef((props, ref) => {
obj.origin = obj.only obj.origin = obj.only
obj.send_num = item.send_num obj.send_num = item.send_num
obj.checked = true obj.checked = true
if (state.keyPcType == 2) {
delete item.id
}
return obj return obj
}) })