shuishen
2023-02-03 08e2db5b94d878189f5377fc5ed0f7bd4b2bb19e
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
        }
    })