项目相关功能完善
This commit is contained in:
@@ -271,7 +271,7 @@ class ProjectService extends BaseService
|
||||
* @return mixed
|
||||
* @throws Exception
|
||||
*/
|
||||
public function changeType($id, $type)
|
||||
public function changeType($id, $type): mixed
|
||||
{
|
||||
$field = ProjectFieldTypeEnum::from($type)->description();
|
||||
$this->selectField = [$field];
|
||||
|
||||
Reference in New Issue
Block a user