From 400f63682aef6e7f0084abd6e05d3d2afcc7ed7d Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Wed, 29 Nov 2023 09:57:10 +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 --- mall4v/src/components/tiny-mce/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mall4v/src/components/tiny-mce/index.vue b/mall4v/src/components/tiny-mce/index.vue index 74c20b7..428a3fb 100644 --- a/mall4v/src/components/tiny-mce/index.vue +++ b/mall4v/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(``) } } }