From cd73a82baad69d56f6b181ea8871c4a3a1a9b155 Mon Sep 17 00:00:00 2001 From: helen Date: Tue, 24 Dec 2024 09:31:44 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/noteManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/manage/noteManage/index.vue b/src/views/manage/noteManage/index.vue index 1f5770e..9e3db06 100644 --- a/src/views/manage/noteManage/index.vue +++ b/src/views/manage/noteManage/index.vue @@ -368,7 +368,7 @@ const submitForm = () => { form.value.location = addressvalue.value.join(','); form.value.cover = ''; form.value.status = 1; - + form.value.content = form.value.content == '


' ? '' : form.value.content; notebookFormRef.value?.validate(async (valid: boolean) => { if (valid) { buttonLoading.value = true;