Commit 74101056 by zhaochengxiang

bug fix

parent 2d87a566
......@@ -241,7 +241,7 @@ class Model extends React.Component {
onTreeSelect = (key, offset=null) => {
this.setState({ catalogId: key, keyword: '', offset, currentModelState: (offset!==null)?'':this.state.currentModelState }, () => {
if (!key || key==='') {
if (!key) {
this.setState({ tableData: [], filterTableData: [] });
} else {
this.onTableChange();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment