修复兑换码编辑回显问题

This commit is contained in:
wangsongsole 2022-06-14 17:00:04 +08:00
parent dcbb7a8050
commit 2f5c7a80a6
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ export default class exchangedit extends React.Component {
item.entity.type = item.type
resData.push(item.entity)
} else if (item.type === 2) {
item.entity.weight = item.weight
resData.push({
origin: item.entity,
type: item.type,