From db01bceab158251b846c5d6d43c1185172eb958d Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期二, 18 三月 2025 11:24:32 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

---
 src/api/cnas/resourceDemand/device.js |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/src/api/cnas/resourceDemand/device.js b/src/api/cnas/resourceDemand/device.js
index 659d384..dc23dd9 100644
--- a/src/api/cnas/resourceDemand/device.js
+++ b/src/api/cnas/resourceDemand/device.js
@@ -65,6 +65,51 @@
   });
 }
 
+// 娓╁害寰幆鏁伴噰
+export function temDataAcquisition(data) {
+  return request({
+    url: "/deviceScope/temDataAcquisition",
+    method: "post",
+    data: data,
+  });
+}
+
+// 娓╁害寰幆鏁伴噰鎬讳綋
+export function temDataAcquisition2(data) {
+  return request({
+    url: "/deviceScope/temDataAcquisition2",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鍒ゆ柇璇ヨ澶囨槸鍚﹀彲浠ユ暟閲�
+export function determineWhetherToCollectData(data) {
+  return request({
+    url: "/deviceScope/determineWhetherToCollectData",
+    method: "get",
+    params: data,
+  });
+}
+
+// 鏁伴噰-鏁版嵁閲囬泦
+export function dataCollection(data) {
+  return request({
+    url: "/deviceScope/dataCollection",
+    method: "get",
+    params: data,
+  });
+}
+
+// 閫氳繃椤圭洰鑾峰彇璁惧鍒楄〃
+export function selectDeviceByCategory(data) {
+  return request({
+    url: "/deviceScope/selectDeviceByCategory",
+    method: "get",
+    params: data,
+  });
+}
+
 // 缁存姢鏁伴噰閰嶇疆
 export function numberCollect(data) {
   return request({

--
Gitblit v1.9.3