浏览代码

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


正在加载...
取消
保存