Bläddra i källkod

task 44112 实施过程公开

rongxin_dev
庞东旭 1 vecka sedan
förälder
incheckning
f1e9d54e44
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      src/api/sunVillage_info/fixedAssets.js

+ 2
- 2
src/api/sunVillage_info/fixedAssets.js Visa fil

@@ -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'
})
}


Laddar…
Avbryt
Spara