From 85cec9a000cae214496feaea25f71c66f5663c2a Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 06 Mar 2023 16:34:44 +0800
Subject: [PATCH] 机构管理、用户管理完成;火灾管理详情页显示,添加地图
---
src/api/fireSupplement/fireSupplement.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/fireSupplement/fireSupplement.js b/src/api/fireSupplement/fireSupplement.js
similarity index 94%
rename from src/views/fireSupplement/fireSupplement.js
rename to src/api/fireSupplement/fireSupplement.js
index c8a885d..f20b1b4 100644
--- a/src/views/fireSupplement/fireSupplement.js
+++ b/src/api/fireSupplement/fireSupplement.js
@@ -12,12 +12,12 @@
})
}
-export const getDetail = (id) => {
+export const getDetail = (fireId) => {
return request({
url: '/api/blade-fireSupplement/fireSupplement/detail',
method: 'get',
params: {
- id
+ fireId
}
})
}
--
Gitblit v1.9.3