mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-01 14:05:44 +08:00
fix: 接口编辑备注信息没有获取到bug
This commit is contained in:
parent
b610c68b94
commit
fe0291e14e
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user