commit
This commit is contained in:
@@ -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)})
|
||||
|
||||
Reference in New Issue
Block a user