Ben Lin
2024-07-03 46c3d28c5633baaddad0da441185310b9360a45b
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
    },
  );
};