mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:07:06 +00:00
no message
This commit is contained in:
parent
cbb5ab2ecc
commit
bbb69b3ec2
@ -641,7 +641,7 @@ export default {
|
||||
allTask() {
|
||||
const {cacheTasks, projectId} = this;
|
||||
return cacheTasks.filter(task => {
|
||||
if (task.archived_at) {
|
||||
if (task.archived_at || !task.created_at) {
|
||||
return false;
|
||||
}
|
||||
return task.project_id == projectId
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit bc982895169c49aec260ebcaec89d18a6e6ceb6f
|
||||
Subproject commit c43255226887268e235ecc7beac410bc931ca7d5
|
||||
Loading…
x
Reference in New Issue
Block a user