From 7b91a225e013c0c6d60c27798b0a09078dc54a98 Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 10 Aug 2020 00:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=B4=A0=E6=9D=90=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editorMaterial/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 } }