From f1e9d54e44fb8df072276b2179b62021d6b28053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 17 Jun 2025 14:47:32 +0800 Subject: [PATCH] =?UTF-8?q?task=2044112=20=E5=AE=9E=E6=96=BD=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E5=85=AC=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/sunVillage_info/fixedAssets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/sunVillage_info/fixedAssets.js b/src/api/sunVillage_info/fixedAssets.js index 8f186519..06e6da20 100644 --- a/src/api/sunVillage_info/fixedAssets.js +++ b/src/api/sunVillage_info/fixedAssets.js @@ -1259,7 +1259,7 @@ export function listSiyigongkaiOpen(query) { // 查询四议两公开详细 export function otherPublicDetailN(id) { return request({ - url: '/open/villageAffairs/public/otherPublicDetail' + id, + url: '/open/villageAffairs/public/otherPublicDetail?id=' + id, method: 'get' }) } @@ -1267,7 +1267,7 @@ export function otherPublicDetailN(id) { // 查询四议两公开详细 export function otherPublicDetailOpen(id) { return request({ - url: '/open/villageAffairs/public/otherPublicDetail' + id, + url: '/open/villageAffairs/public/otherPublicDetail?id=' + id, method: 'get' }) }