diff --git a/src/components/editorMaterial/index.vue b/src/components/editorMaterial/index.vue index 346ec53..e9e330b 100644 --- a/src/components/editorMaterial/index.vue +++ b/src/components/editorMaterial/index.vue @@ -464,11 +464,12 @@ export default { sureUrls() { let str = '' this.urls.forEach(item => { - str += '' + str += '' // this.$set(this.value, this.value.length, item) - nowEditor.dialog.close(true) - nowEditor.editor.setContent(str, true) + }) + nowEditor.dialog.close(true) + nowEditor.editor.setContent(str, true) this.listDialogVisible = false } }