|
@@ -1259,7 +1259,7 @@ export function listSiyigongkaiOpen(query) { |
|
|
// 查询四议两公开详细 |
|
|
// 查询四议两公开详细 |
|
|
export function otherPublicDetailN(id) { |
|
|
export function otherPublicDetailN(id) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/open/villageAffairs/public/otherPublicDetail' + id, |
|
|
|
|
|
|
|
|
url: '/open/villageAffairs/public/otherPublicDetail?id=' + id, |
|
|
method: 'get' |
|
|
method: 'get' |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
@@ -1267,7 +1267,7 @@ export function otherPublicDetailN(id) { |
|
|
// 查询四议两公开详细 |
|
|
// 查询四议两公开详细 |
|
|
export function otherPublicDetailOpen(id) { |
|
|
export function otherPublicDetailOpen(id) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/open/villageAffairs/public/otherPublicDetail' + id, |
|
|
|
|
|
|
|
|
url: '/open/villageAffairs/public/otherPublicDetail?id=' + id, |
|
|
method: 'get' |
|
|
method: 'get' |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|