diff --git a/src/api/hsyf.js b/src/api/hsyf.js index 187080a..1b3fa73 100644 --- a/src/api/hsyf.js +++ b/src/api/hsyf.js @@ -115,3 +115,12 @@ export function partyWishList (params) { params }) } + +// 移列清单 +export function icpartyinventoryPage (params) { + return request({ + url: '/api/resi/partymember/yifengScreen/selectInventoryList', + method: 'GET', + params + }) +} diff --git a/src/views/next/dialog-module/hsyf-left/company/company.vue b/src/views/next/dialog-module/hsyf-left/company/company.vue index 76dbbc6..9e80ccc 100644 --- a/src/views/next/dialog-module/hsyf-left/company/company.vue +++ b/src/views/next/dialog-module/hsyf-left/company/company.vue @@ -19,7 +19,7 @@
-
活动名称:
+
活动名称:
{{ info.topic }}
-
活动类型:
+
活动类型:
{{ info.actTypeName }}
-
活动时间:
+
活动时间:
{{ info.holdTime }}
-
发布党组织:
+
发布党组织:
{{ info.publishPartyOrgName }}
@@ -63,50 +63,49 @@