From 6082f939a0b869db7957473e2792501c1ff57a43 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 06 五月 2026 17:05:07 +0800
Subject: [PATCH] 1.报工调整修改、打印模板修改
---
src/api/DeviceManager.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/DeviceManager.js b/src/api/DeviceManager.js
index 30ed5ab..5b451cb 100644
--- a/src/api/DeviceManager.js
+++ b/src/api/DeviceManager.js
@@ -321,3 +321,12 @@
params: data
})
}
+
+// 璁惧娓呭崟鏌ョ湅灞ュ巻
+export function DeviceResumeSearch(data) {
+ return request({
+ url: 'DeviceManager/DeviceResumeSearch',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3