Commit ac5119e4 by zhaochengxiang

模型ddl导出bug

parent 9cd1c070
...@@ -328,7 +328,7 @@ class Model extends React.Component { ...@@ -328,7 +328,7 @@ class Model extends React.Component {
this.setState({ exportOtherModalVisible: false }, () => { this.setState({ exportOtherModalVisible: false }, () => {
if (key === 'ddl') { if (key === 'ddl') {
this.setState({ exportDDLModalVisible: true }); this.onExportDDLBtnClick();
} else if (key === 'erwin') { } else if (key === 'erwin') {
dispatch({ dispatch({
type: 'datamodel.exportERWinString', type: 'datamodel.exportERWinString',
......
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