From ab2b0647de966ba68c7cee929cceb27c950fe100 Mon Sep 17 00:00:00 2001 From: Xulinchuan <2026734208@qq.com> Date: Fri, 13 Jun 2025 15:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=9F=E5=9C=B0=E6=A1=88=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components.d.ts | 1 + .../src/apis/land.js | 10 +- .../component/illegalHandle/index.vue | 202 ++++++------------ 3 files changed, 71 insertions(+), 142 deletions(-) diff --git a/new-digital-agriculture-screen/components.d.ts b/new-digital-agriculture-screen/components.d.ts index 694dcaa..ca0fa36 100644 --- a/new-digital-agriculture-screen/components.d.ts +++ b/new-digital-agriculture-screen/components.d.ts @@ -12,6 +12,7 @@ declare module 'vue' { 'CenterMap copy': typeof import('./src/components/centerMap copy.vue')['default'] CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default'] Components: typeof import('./src/components/index.js')['default'] + copy: typeof import('./src/components/centerMap copy.vue')['default'] CurrentTime: typeof import('./src/components/currentTime.vue')['default'] CustomBack: typeof import('./src/components/customBack.vue')['default'] CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default'] diff --git a/sub-government-affairs-service/src/apis/land.js b/sub-government-affairs-service/src/apis/land.js index 95f9749..dcb23b4 100644 --- a/sub-government-affairs-service/src/apis/land.js +++ b/sub-government-affairs-service/src/apis/land.js @@ -248,8 +248,14 @@ export function exportlandInspection(params = {}) { // #region /* 查询土地违法处理 */ -export function getLandIllegal(params = {}) { - return request('land-resource/landViolation/page', { +// export function getLandIllegal(params = {}) { +// return request('land-resource/landViolation/page', { +// method: 'GET', +// params, +// }); +// } +export function getIllegalList(params = {}) { + return request('/land-resource/inspection/illegal/list', { method: 'GET', params, }); diff --git a/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue b/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue index be1de86..0fd8666 100644 --- a/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue +++ b/sub-government-affairs-service/src/views/landManage/component/illegalHandle/index.vue @@ -18,21 +18,12 @@ @cell-click="handleCellClick" > - - - - +
222