From 51a208c7715ecfea9faeccd5ee56ed2d0a697c95 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期六, 20 四月 2024 15:24:28 +0800
Subject: [PATCH] 工作调度

---
 admin/src/api/business/device.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/admin/src/api/business/device.js b/admin/src/api/business/device.js
index 221ac0f..8f0b945 100644
--- a/admin/src/api/business/device.js
+++ b/admin/src/api/business/device.js
@@ -9,10 +9,20 @@
 
 // 鍚屾
 export function syncDevices (data) {
-  return request.post('/business/erpsync/syncDevices', data)
+  return request.post('/business/hksync/syncDevices', data)
+}
+
+// 鑾峰彇闂ㄧ闆嗗悎-鎻愪緵缁欓棬绂佺粍
+export function getList (data) {
+  return request.post('/business/device/getList', data)
 }
 
 // 淇敼
 export function updateById (data) {
   return request.post('/business/device/updateById', data)
 }
+
+// 淇敼鏄惁闂ㄧ鍏ュ彛
+export function updateEntranceById (data) {
+  return request.post('/business/device/updateEntranceById', data)
+}

--
Gitblit v1.9.3