ソースを参照

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


読み込み中…
キャンセル
保存