From 044d8f67cc414187c353b620ce8ad014fcfe44f4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 29 八月 2025 10:20:59 +0800
Subject: [PATCH] 1.密码强校验

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

diff --git a/src/api/cnas/resourceDemand/device.js b/src/api/cnas/resourceDemand/device.js
index 8df3302..b4055f7 100644
--- a/src/api/cnas/resourceDemand/device.js
+++ b/src/api/cnas/resourceDemand/device.js
@@ -1263,6 +1263,16 @@
     data: query,
   });
 }
+
+//浣跨敤璁板綍 瀵煎嚭
+export function exportDeviceMaintenance(query) {
+  return request({
+    url: "/deviceMaintain/exportDeviceMaintenance",
+    method: "get",
+    responseType: "blob",
+    params: query,
+  });
+}
 //璁惧浣跨敤鎺堟潈 鍒嗛〉鏌ヨ
 export function selectDeviceImpowerByPage(query) {
   return request({

--
Gitblit v1.9.3