fix: 负责人修改后不显示在仪表盘的情况
This commit is contained in:
@@ -740,6 +740,7 @@ class ProjectTask extends AbstractModel
|
||||
}
|
||||
}
|
||||
$updateMarking['is_update_project'] = true;
|
||||
$this->updated_at = Carbon::now();
|
||||
$this->syncDialogUser();
|
||||
}
|
||||
// 可见性
|
||||
@@ -895,6 +896,7 @@ class ProjectTask extends AbstractModel
|
||||
$row->delete();
|
||||
}
|
||||
}
|
||||
$this->updated_at = Carbon::now();
|
||||
$this->syncDialogUser();
|
||||
}
|
||||
// 背景色
|
||||
|
||||
Reference in New Issue
Block a user