Commit fcc5a750 authored by chenfenglei's avatar chenfenglei

日课月课统计

parent 12ca5503
......@@ -131,7 +131,7 @@
ImageStyle = 'display:block;margin:auto'
}
let str= `<img src="${this.form.imgList[0].url}" style="${ImageStyle}"/>`;
this.insertContent(str)
tinymce.activeEditor.insertContent(str);
this.dialogVisible = false
},
uploadFile(a){
......
......@@ -130,7 +130,7 @@
ImageStyle = 'display:block;margin:auto'
}
let str= `<img src="${this.form.imgList1[0].url}" style="${ImageStyle}"/>`;
this.insertContent(str)
tinymce.activeEditor.insertContent(str);
this.dialogVisible1 = false
},
uploadFile(a){
......
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