Ver a proveniência

task 44112 实施过程公开

rongxin_dev
庞东旭 há 1 semana
ascendente
cometimento
f1e9d54e44
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/api/sunVillage_info/fixedAssets.js

+ 2
- 2
src/api/sunVillage_info/fixedAssets.js Ver ficheiro

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


Carregando…
Cancelar
Guardar