智慧农业后台管理页面
Administrator
2022-06-14 735027d05301cc3f1852942eb81503318a25d524
src/api/land/land.js
@@ -58,10 +58,12 @@
    })
}
export const selectCount = () => {
export const selectCount = (deptId) => {
    return request({
        url: '/api/land/land/selectCount',
        method: 'get',
        params: {}
        params: {
            deptId
        }
    })
}
}