GitLab
Sign in
qiangmj
/
ebc-Mes
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
1d49b31a4cdc821af63fd8a96a92a3ed39a9bbbd
Authored by
chenxt
2026-02-02 13:26:45 +0800
1 parent
78bc7137
设置表格宽度后刷新
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/oee/common/AffixOeeMenu.js
src/oee/common/AffixOeeMenu.js
View file @
1d49b31
...
...
@@ -243,6 +243,7 @@ class AffixMenuComponentRc extends Component {
243
243
244
244
handlePpopUpPaneCancel = () => {
245
245
this.props.onCancel();
246
+ location.reload(); // 页面刷新
246
247
};
247
248
248
249
handleChange = (value, count, record, name) => {
...
...