fix: 接口编辑备注信息没有获取到bug

This commit is contained in:
suxiaoxin 2017-09-18 10:18:34 +08:00
parent b610c68b94
commit fe0291e14e

View File

@ -198,6 +198,7 @@ class InterfaceEditForm extends Component {
let editor = this.editor = new Editor('#desc');
editor.create();
editor.txt.html(this.state.desc)
}
addParams = (name, data) => {