style(@vben/web-antd): lint 自动格式化修正工单模块

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-27 16:54:07 +08:00
parent cc2d7a0a04
commit 69edf26550
6 changed files with 73 additions and 57 deletions

View File

@@ -156,7 +156,6 @@ export namespace OpsOrderCenterApi {
orderId: number; // 工单ID
userId: number; // 操作人ID
}
}
// ==================== 工单查询接口 ====================

View File

@@ -52,10 +52,7 @@ export namespace OpsSecurityOrderApi {
export function manualCreateSecurityOrder(
data: OpsSecurityOrderApi.ManualCreateReq,
) {
return requestClient.post<number>(
'/ops/security/order/manual-create',
data,
);
return requestClient.post<number>('/ops/security/order/manual-create', data);
}
/** 手动派单(安保) */