Commit 39c8d87e62ef26187ffa458ed4c7c76e04d9f48f
1 parent
a01f17f4
1.处理手机端复制到没反应问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/mobile/common/CommobileListEvent.js
| @@ -83,7 +83,7 @@ export default (ChildComponent) => { | @@ -83,7 +83,7 @@ export default (ChildComponent) => { | ||
| 83 | configData: slaveConfig, | 83 | configData: slaveConfig, |
| 84 | condition: {}, | 84 | condition: {}, |
| 85 | isWait, | 85 | isWait, |
| 86 | - })); | 86 | + })) || {}; |
| 87 | addState.slaveConfig = slaveConfig; | 87 | addState.slaveConfig = slaveConfig; |
| 88 | this.props.onSaveState({ ...addState }); | 88 | this.props.onSaveState({ ...addState }); |
| 89 | } | 89 | } |