src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js
@@ -335,11 +335,6 @@ return dto; } /** @deprecated 使用 buildInstanceDto */ export function buildSaveInstanceDto(params) { return buildInstanceDto(params); } /** 校验提交审批流程(与模板页规则一致) */ export function validateSubmitFlowNodes(flowNodes) { const nodes = normalizeFlowNodes(flowNodes); @@ -520,10 +515,6 @@ if (key === "rejected") return "danger"; if (key === "cancelled") return "info"; return "warning"; } export function unreadLabel(v) { return v ? "是" : "否"; } /** 列表行 → 编辑表单(仅用行数据回显) */