diff --git a/src/main/resources/views/platform/zhgh/activity/culture/common/applyActivity.js b/src/main/resources/views/platform/zhgh/activity/culture/common/applyActivity.js index b1c8b46..1c95b00 100644 --- a/src/main/resources/views/platform/zhgh/activity/culture/common/applyActivity.js +++ b/src/main/resources/views/platform/zhgh/activity/culture/common/applyActivity.js @@ -978,8 +978,8 @@ const ACTIVITY_CULTURE_APPLY_ACTIVITY = { this.clubOptions.map((v) => { v.name = v.clubName }) - const units = await this.$businessTool.listUnit() - this.unitOptions = this.clubOptions.concat(units) + const unions = await this.$businessTool.listUnion() + this.unitOptions = this.clubOptions.concat(unions) }, async queryUserByIds(ids) { const {data} = await this.$axios.post("/platform/activity/culture/applyActivity/queryUserByIds", {ids: JSON.stringify(ids)})