| | |
| | | * @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: |
| | | * |
| | |
| | | |
| | | |
| | | // 获取现有房屋 |
| | | export const getHouseStatisticInfo = (deptld, isFollow) => { |
| | | export const getHouseStatisticInfo = (deptId, isFollow) => { |
| | | return request({ |
| | | url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`, |
| | | method: 'get', |
| | | params: { |
| | | deptld, |
| | | deptId, |
| | | isFollow |
| | | } |
| | | }) |