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

Merge pull request !77 from wsm/style/xi_speak_deefback_start_flow
This commit is contained in:
wsm
2026-07-02 06:08:52 +00:00
committed by Gitee
-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,
});
}