From 53c8857e9d869bb9c5754d0da0677b732d7a484e Mon Sep 17 00:00:00 2001 From: jacky Date: Wed, 15 May 2024 14:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E6=97=B6=EF=BC=8C=E5=A6=82=E6=9E=9C=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=B1=E8=B4=A5=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=B2=A1=E6=9C=89=E6=81=A2=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/content/components/articleEdit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view/content/components/articleEdit.vue b/src/view/content/components/articleEdit.vue index ed0b874..6ebd625 100644 --- a/src/view/content/components/articleEdit.vue +++ b/src/view/content/components/articleEdit.vue @@ -296,8 +296,10 @@ const getCurrentDatetime = () => { // 初始化方法 const openPage = async (params) => { + showErrMessage.value = '' showDrawer.value = true isEdit.value = false + fullscreenLoading.value = true emptyForm() getCategoryData()