fix(xispeak): 经办人执行反馈流程弹窗移除所党委审批相关字段

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-02 14:07:55 +08:00
co-authored by Claude Opus 4.7
parent d08b1e9a00
commit 93d8c83b87
-4
View File
@@ -635,10 +635,6 @@ import { defHttp } from '/@/utils/http/axios';
title: '发起落实部门经办人执行反馈流程',
payload: { record, flowCode: FLOW_CODE_JBR },
deptOptions: getImplDeptOptions(record),
showSuoleaderFields: true,
isNeedAppro: record?.needSdwApproval,
supDeptleaderid: record?.sdwLeaderList,
supDeptleaderName: record?.sdwLeaderList_dictText,
});
}