Csy817 7 年之前
父節點
當前提交
909bd0d14f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/common/schema/Schema.jsx

+ 1 - 0
src/components/common/schema/Schema.jsx

@@ -32,6 +32,7 @@ class Schema extends Component {
 
     componentWillReceiveProps(next) {
         this.setState({
+            currentTable: '',
             schemaID: next.schemaID,
             schemaName: next.schemaName
         });