From 5931f7b1164540e360c4b1955dbceb17ea6e33b3 Mon Sep 17 00:00:00 2001 From: jacky Date: Mon, 29 Apr 2024 17:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B3=E4=BA=8E=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E4=BF=9D=E5=AD=98BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/page/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/view/page/index.vue b/src/view/page/index.vue index 1569e4d..99959d6 100644 --- a/src/view/page/index.vue +++ b/src/view/page/index.vue @@ -67,6 +67,9 @@ const timelineArr = ref([{ content: "", }]) const copyTimelineData = () => { + if (formData.value.kind === 1) { + return + } const arr = timelineArr.value.filter(item => item.title.trim() != '') if (arr.length > 0) { formData.value.content = JSON.stringify(arr)