From 62f01f0b522c29b14edee87269b0d75e83a3d3fc Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 03 Dec 2024 09:35:57 +0800
Subject: [PATCH] 应急空间管道调整
---
src/api/space/space.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/space/space.js b/src/api/space/space.js
index b6c5fb0..59ad24a 100644
--- a/src/api/space/space.js
+++ b/src/api/space/space.js
@@ -19,4 +19,12 @@
method: 'get',
params,
});
+};
+export const getGouQu = (params) => {
+ const url = `/yw/emergencySpace/page`;
+ return request({
+ url,
+ method: 'get',
+ params,
+ });
};
\ No newline at end of file
--
Gitblit v1.9.3