|
|
@@ -89,16 +89,16 @@ export async function semiManufacturesOut(
|
|
|
|
|
|
// 成功后触发成功回传
|
|
|
// 触发向gs回调接口
|
|
|
- if (result.msg === '200' && ENABLED_GS) {
|
|
|
- const {realName} = userStore.getState();
|
|
|
-
|
|
|
- request({
|
|
|
- method: 'GET',
|
|
|
- url: '/gsPlugOut/plugOutRemoval',
|
|
|
- data: {removalCode: result.data, realName: realName ?? '李兆峰'},
|
|
|
- skipError: true,
|
|
|
- });
|
|
|
- }
|
|
|
+ // if (result.msg === '200' && ENABLED_GS) {
|
|
|
+ // const {realName} = userStore.getState();
|
|
|
+
|
|
|
+ // request({
|
|
|
+ // method: 'GET',
|
|
|
+ // url: '/gsPlugOut/plugOutRemoval',
|
|
|
+ // data: {removalCode: result.data, realName: realName ?? '李兆峰'},
|
|
|
+ // skipError: true,
|
|
|
+ // });
|
|
|
+ // }
|
|
|
|
|
|
return result;
|
|
|
}
|