From 08e2db5b94d878189f5377fc5ed0f7bd4b2bb19e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 03 Feb 2023 15:26:46 +0800
Subject: [PATCH] 接口及首页数据联动调整
---
src/api/dept/index.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 4642881..a7ed8be 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-30 15:18:29
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-31 10:47:22
+ * @LastEditTime: 2023-02-03 11:50:17
* @FilePath: \srs-police-affairs\src\api\dept\index.js
* @Description:
*
@@ -291,12 +291,12 @@
// 获取现有房屋
-export const getHouseStatisticInfo = (deptld, isFollow) => {
+export const getHouseStatisticInfo = (deptId, isFollow) => {
return request({
url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`,
method: 'get',
params: {
- deptld,
+ deptId,
isFollow
}
})
--
Gitblit v1.9.3