소스 검색

task 44112 实施过程公开

rongxin_dev
庞东旭 1 주 전
부모
커밋
f1e9d54e44
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/api/sunVillage_info/fixedAssets.js

+ 2
- 2
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'
})
}


불러오는 중...
취소
저장