mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
no message
This commit is contained in:
parent
8c6e53a6e2
commit
9431950719
3
resources/assets/js/store/actions.js
vendored
3
resources/assets/js/store/actions.js
vendored
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user