更新审批表单
This commit is contained in:
parent
e610ef7e74
commit
c403a96dcd
|
@ -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' => [
|
||||
|
|
Loading…
Reference in New Issue