Commit 1d49b31a4cdc821af63fd8a96a92a3ed39a9bbbd

Authored by chenxt
1 parent 78bc7137

设置表格宽度后刷新

src/oee/common/AffixOeeMenu.js
... ... @@ -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) => {
... ...