修复富文本框按顺序上传,更新榜单增加时间字段
This commit is contained in:
@@ -464,11 +464,13 @@ export default {
|
||||
sureUrls() {
|
||||
let str = ''
|
||||
this.urls.forEach(item => {
|
||||
str += '<img src="' + item + '">'
|
||||
// str += '<img src="' + item + '">'
|
||||
//实现指定位置插入图片
|
||||
nowEditor.editor.execCommand('insertimage',{src:item})
|
||||
// this.$set(this.value, this.value.length, item)
|
||||
})
|
||||
nowEditor.dialog.close(true)
|
||||
nowEditor.editor.setContent(str, true)
|
||||
// nowEditor.editor.setContent(str, true)
|
||||
this.listDialogVisible = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user