From 45a3c06adfa25476b91acdce7bb1b73c05e675c6 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 15 六月 2024 21:28:24 +0800
Subject: [PATCH] 工艺路线,工序行为更新

---
 src/api/tigerapi/mes/wo.ts |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/api/tigerapi/mes/wo.ts b/src/api/tigerapi/mes/wo.ts
index 29dbe90..b1298ed 100644
--- a/src/api/tigerapi/mes/wo.ts
+++ b/src/api/tigerapi/mes/wo.ts
@@ -72,15 +72,3 @@
     },
   );
 };
-
-export const MesWoStatus = async () => {
-  const usParams = genAction('BIZ_MES_WO+STATUSs', '');
-  return await defHttp.post(
-    { url: Api.urlQueryEnum, params: usParams },
-    {
-      errorMessageMode: 'none',
-      isTransformResponse: false,
-      //apiUrl: globSetting.taskApiUrl
-    },
-  );
-};

--
Gitblit v1.9.3