修复兑换码编辑回显问题
This commit is contained in:
parent
dcbb7a8050
commit
2f5c7a80a6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue