修复兑换码编辑回显问题
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
|
item.entity.type = item.type
|
||||||
resData.push(item.entity)
|
resData.push(item.entity)
|
||||||
} else if (item.type === 2) {
|
} else if (item.type === 2) {
|
||||||
|
item.entity.weight = item.weight
|
||||||
resData.push({
|
resData.push({
|
||||||
origin: item.entity,
|
origin: item.entity,
|
||||||
type: item.type,
|
type: item.type,
|
||||||
|
|
Loading…
Reference in New Issue