This commit is contained in:
weiz 2024-03-19 15:05:45 +08:00
parent 92e95c2b74
commit ef2995cfe1

View File

@ -258,6 +258,7 @@ class ConsultProjectLogic extends BaseLogic
$data['project_level_text'] = $data->project_level_text; $data['project_level_text'] = $data->project_level_text;
$data['engineering_status_text'] = $data->engineering_status_text; $data['engineering_status_text'] = $data->engineering_status_text;
$data['consult_type_text'] = $data->consult_type_text; $data['consult_type_text'] = $data->consult_type_text;
$data['project_archiving_text'] = $data->project_archiving_text;
return $data->toArray(); return $data->toArray();
} }