mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-07 14:16:52 +08:00
fix: 接口编辑备注信息没有获取到bug
This commit is contained in:
parent
bdfa5a62bd
commit
0e707e4520
@ -198,6 +198,7 @@ class InterfaceEditForm extends Component {
|
|||||||
|
|
||||||
let editor = this.editor = new Editor('#desc');
|
let editor = this.editor = new Editor('#desc');
|
||||||
editor.create();
|
editor.create();
|
||||||
|
editor.txt.html(this.state.desc)
|
||||||
}
|
}
|
||||||
|
|
||||||
addParams = (name, data) => {
|
addParams = (name, data) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user