From 97081b89ee45da49b8dbb4173ab45df031fe3c0d Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 20 五月 2026 16:58:40 +0800
Subject: [PATCH] 删除冗余和无效代码
---
src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js b/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js
index 3f6bf88..c16dcd8 100644
--- a/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js
+++ b/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 ? "鏄�" : "鍚�";
}
/** 鍒楄〃琛� 鈫� 缂栬緫琛ㄥ崟锛堜粎鐢ㄨ鏁版嵁鍥炴樉锛� */
--
Gitblit v1.9.3