From d578496e5251c208d4abb02d4297ff0a5ea5c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E8=A8=80=E5=AD=9F?= <1656307454@qq.com> Date: Sun, 25 Feb 2024 00:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/richText/modules/ViewForm.vue | 41 +------------------ 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/src/views/content/richText/modules/ViewForm.vue b/src/views/content/richText/modules/ViewForm.vue index bab1d0d..b5e1080 100644 --- a/src/views/content/richText/modules/ViewForm.vue +++ b/src/views/content/richText/modules/ViewForm.vue @@ -5,27 +5,18 @@ :visible="visible" :confirmLoading="confirmLoading" :maskClosable="false" - @ok="handleSubmit" @cancel="handleCancel" :footer="null" >
-

+

-