From 46c3d28c5633baaddad0da441185310b9360a45b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 03 七月 2024 14:56:21 +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