智慧农业后台管理页面
Administrator
2022-05-12 bb41db78f020ff8fec25c002094a5dcc0ab46198
src/api/land/land.js
@@ -46,4 +46,14 @@
        method: 'post',
        data: row
    })
}
export const getLandList = (userid) => {
    return request({
        url: '/api/land/land/selectLandList',
        method: 'get',
        params: {
            userid
        }
    })
}