GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
39c8d87e62ef26187ffa458ed4c7c76e04d9f48f
Authored by
Min
2026-06-11 16:13:17 +0800
1 parent
a01f17f4
1.处理手机端复制到没反应问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/mobile/common/CommobileListEvent.js
src/mobile/common/CommobileListEvent.js
View file @
39c8d87
...
...
@@ -83,7 +83,7 @@ export default (ChildComponent) => {
83
83
configData: slaveConfig,
84
84
condition: {},
85
85
isWait,
86
- }))
;
86
+ }))
|| {}
;
87
87
addState.slaveConfig = slaveConfig;
88
88
this.props.onSaveState({ ...addState });
89
89
}
...
...