From 1e71cfb6ec97cff6531dec65a3fb5cb24b2c18ac Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 03 十一月 2025 09:57:48 +0800
Subject: [PATCH] fix: 附件完善
---
src/api/routingInspection/routingInspection.ts | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/routingInspection/routingInspection.ts b/src/api/routingInspection/routingInspection.ts
index 2567f7a..440808e 100644
--- a/src/api/routingInspection/routingInspection.ts
+++ b/src/api/routingInspection/routingInspection.ts
@@ -34,6 +34,22 @@
// data: params,
});
},
+ // 鎷変笣宸℃淇濆瓨
+ drawPatrolCheckInspection(data: any) {
+ return request<BaseResult<any>>({
+ url: "/wireInspection/drawPatrolCheckInspection?deviceUid=" + data.deviceUid,
+ method: "POST",
+ data: data,
+ });
+ },
+ // 缁炵嚎宸℃淇濆瓨
+ strandedPatrolCheckInspection(data: any) {
+ return request<BaseResult<any>>({
+ url: "/wireInspection/strandedPatrolCheckInspection?deviceUid=" + data.deviceUid,
+ method: "POST",
+ data: data,
+ });
+ },
};
export default RoutingInspectionApi;
--
Gitblit v1.9.3