Commit 1d49b31a4cdc821af63fd8a96a92a3ed39a9bbbd
1 parent
78bc7137
设置表格宽度后刷新
Showing
1 changed file
with
1 additions
and
0 deletions
src/oee/common/AffixOeeMenu.js
| @@ -243,6 +243,7 @@ class AffixMenuComponentRc extends Component { | @@ -243,6 +243,7 @@ class AffixMenuComponentRc extends Component { | ||
| 243 | 243 | ||
| 244 | handlePpopUpPaneCancel = () => { | 244 | handlePpopUpPaneCancel = () => { |
| 245 | this.props.onCancel(); | 245 | this.props.onCancel(); |
| 246 | + location.reload(); // 页面刷新 | ||
| 246 | }; | 247 | }; |
| 247 | 248 | ||
| 248 | handleChange = (value, count, record, name) => { | 249 | handleChange = (value, count, record, name) => { |