Commit 353e2a16 by zhaochengxiang

服务全文定位

parent 8a51a30b
...@@ -139,7 +139,7 @@ class Model extends React.Component { ...@@ -139,7 +139,7 @@ class Model extends React.Component {
onTreeSelect = (key, offset=null) => { onTreeSelect = (key, offset=null) => {
this.setState({ catalogId: key, keyword: '', offset, currentModelState: (offset!==null)?'':this.state.currentModelState }, () => { this.setState({ catalogId: key, keyword: '', offset, currentModelState: this.state.currentModelState }, () => {
if (!key || key==='') { if (!key || key==='') {
this.setState({ tableData: [], filterTableData: [] }); this.setState({ tableData: [], filterTableData: [] });
} else { } else {
......
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