From cc206da9f5ae1ec652c7b3d7f54f5771ffae1fe7 Mon Sep 17 00:00:00 2001
From: wyy <3234929097@qq.com>
Date: Wed, 29 Nov 2023 09:53:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=20=E5=AF=8C=E6=96=87?=
=?UTF-8?q?=E6=9C=AC=E5=88=A0=E9=99=A4=E5=90=8E=E9=87=8D=E6=96=B0=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=EF=BC=8C=E4=BC=9A=E6=98=BE=E7=A4=BA=E5=88=A0=E6=8E=89?=
=?UTF-8?q?=E7=9A=84=E5=9B=BE=E7=89=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/tiny-mce/index.vue | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/components/tiny-mce/index.vue b/src/components/tiny-mce/index.vue
index 74c20b7..428a3fb 100644
--- a/src/components/tiny-mce/index.vue
+++ b/src/components/tiny-mce/index.vue
@@ -243,10 +243,7 @@ export default {
return isLt2M && isJPG
},
imageSuccessCBK (response, file, fileList) {
- const _this = this
- fileList.forEach(v => {
- window.tinymce.get(_this.tinymceId).insertContent(`
`)
- })
+ window.tinymce.get(this.tinymceId).insertContent(`
`)
}
}
}