From 1606b7572260a1099a2f23d3189ec0c1c72ae7d7 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 31 Jan 2023 16:47:31 +0800
Subject: [PATCH] 现有房屋数据对接
---
src/api/dept/index.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 98c9d62..5642008 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -288,3 +288,16 @@
}
})
}
+
+
+// 获取现有房屋
+export const getHouseStatisticInfo = (deptld, isFollow) => {
+ return request({
+ url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`,
+ method: 'get',
+ params: {
+ deptld,
+ isFollow
+ }
+ })
+}
--
Gitblit v1.9.3