From b222b2923e4759a86ccae30a85d6653a4b4046f8 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期二, 05 七月 2022 19:08:10 +0800
Subject: [PATCH] 风险模块

---
 src/api/doublePreventSystem/productionDevice/index.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/api/doubleProventSystem/productionDevice/index.ts b/src/api/doublePreventSystem/productionDevice/index.ts
similarity index 83%
rename from src/api/doubleProventSystem/productionDevice/index.ts
rename to src/api/doublePreventSystem/productionDevice/index.ts
index 275a254..11acf60 100644
--- a/src/api/doubleProventSystem/productionDevice/index.ts
+++ b/src/api/doublePreventSystem/productionDevice/index.ts
@@ -30,5 +30,11 @@
                 data:data
             });
         },
+        getAllProductionDeviceList: () => {
+            return request({
+                url: `/prevent/device/select/listDevices`,
+                method: 'post',
+            });
+        },
     }
 }

--
Gitblit v1.9.2