From 2b95dd8800f12e11a4b976dde3bab0028b687821 Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Fri, 7 Feb 2025 11:05:54 +0800 Subject: [PATCH] . --- api/system/land.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/system/land.js b/api/system/land.js index 5054cc6..7435b6f 100644 --- a/api/system/land.js +++ b/api/system/land.js @@ -67,4 +67,13 @@ export function getLandConfig(id) { url: `/system/land/getLandConfig/${id}`, method: 'get' }) +} + +//获取地块配置 +export function getLandUser(query) { + return request({ + url: `/system/landuser/list`, + method: 'get', + params: query + }) } \ No newline at end of file