From 9431950719eb9740e9906b251728c2d9dd89e6c4 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 17 Jun 2021 19:08:47 +0800 Subject: [PATCH] no message --- resources/assets/js/store/actions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index eb3ffc1f..ecbf8b09 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -416,6 +416,9 @@ export default { if (data.parent_id > 0) { return; } + if (!data.start_at || !data.end_at) { + return; + } let task = { id: data.id, calendarId: String(data.project_id),