From 13115de7d695b798dd7adc362f2c9d467cbf16fb Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Fri, 24 May 2024 17:11:10 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B45=E6=9C=8824=E6=97=A5=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zy/jiaoXueDanYuanNeiRong/index2.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/zy/jiaoXueDanYuanNeiRong/index2.vue b/src/views/zy/jiaoXueDanYuanNeiRong/index2.vue index c861a41..4220d63 100644 --- a/src/views/zy/jiaoXueDanYuanNeiRong/index2.vue +++ b/src/views/zy/jiaoXueDanYuanNeiRong/index2.vue @@ -185,8 +185,8 @@ - - + +
标题: @@ -517,7 +517,7 @@ return; } } else if(three.type == 'richText'){ - if(!three.filePath){ + if(!three.richText){ createMessage.warn('请填写富文本!'); return; } @@ -547,6 +547,7 @@ function threePageHandleCancel(){ threePageOpen.value = false; + threePageData.value = {}; } //按下鼠标按键后触发