From 2de633725d5e5d843853240933f63220dc4e4cb2 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 03 十二月 2025 16:53:57 +0800
Subject: [PATCH] fix: 导体会存在每隔一段距离需要标记的情况,需要通知工人进行标记。

---
 src/api/routingInspection/routingInspection.ts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/routingInspection/routingInspection.ts b/src/api/routingInspection/routingInspection.ts
index 440808e..1e2488a 100644
--- a/src/api/routingInspection/routingInspection.ts
+++ b/src/api/routingInspection/routingInspection.ts
@@ -50,6 +50,14 @@
       data: data,
     });
   },
+
+  // 楠岃瘉浜岀淮鐮�
+  assertScanQR(params: { deviceUid: string }) {
+    return request<BaseResult<any>>({
+      url: "/wireInspection/assertScanQR?deviceUid=" + params.deviceUid,
+      method: "GET",
+    });
+  },
 };
 
 export default RoutingInspectionApi;

--
Gitblit v1.9.3