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 }, ); };