更新审批表单

This commit is contained in:
yaooo 2023-11-01 18:43:50 +08:00
parent e610ef7e74
commit c403a96dcd
1 changed files with 2 additions and 2 deletions

View File

@ -834,7 +834,7 @@ class OaApprove extends ApiController
private function getFlowField($type, $did)
{
// * 动态表单展示
// 动态表单展示
$flows = get_cate_department_flows($type, $did);
$flowMap = [];
foreach ($flows as $item) {
@ -879,7 +879,7 @@ class OaApprove extends ApiController
],
'file_ids' => [
'title' => '附件',
'type' => 'input',
'type' => 'file',
'item' => (object)[]
],
'flow_id' => [