IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
瀏覽代碼

WBProcessDashboard now fetches data when parentProcessUuid changes.

pull/1/head
父節點
當前提交
3d026c072e
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. +6
    -3
      frontend/src/js/component/wb-process-dashboard.js

+ 6
- 3
frontend/src/js/component/wb-process-dashboard.js 查看文件

@@ -119,10 +119,13 @@ class WBProcessDashboard extends Component {
this.fetchData();
}
/* componentWillReceiveProps(nextProps) {
componentWillReceiveProps(nextProps) {
if (nextProps.parentProcessUuid === this.props.parentProcessUuid)
return;
this.props = nextProps;
fetchData();
} */
this.fetchData();
}
render({}, { rows }) {
return (


Loading…
取消
儲存