Merge branch 'main' of https://dd3skj.picp.vip/JyuHsin/zhgh_jshvc
This commit is contained in:
@@ -978,8 +978,8 @@ const ACTIVITY_CULTURE_APPLY_ACTIVITY = {
|
|||||||
this.clubOptions.map((v) => {
|
this.clubOptions.map((v) => {
|
||||||
v.name = v.clubName
|
v.name = v.clubName
|
||||||
})
|
})
|
||||||
const units = await this.$businessTool.listUnit()
|
const unions = await this.$businessTool.listUnion()
|
||||||
this.unitOptions = this.clubOptions.concat(units)
|
this.unitOptions = this.clubOptions.concat(unions)
|
||||||
},
|
},
|
||||||
async queryUserByIds(ids) {
|
async queryUserByIds(ids) {
|
||||||
const {data} = await this.$axios.post("/platform/activity/culture/applyActivity/queryUserByIds", {ids: JSON.stringify(ids)})
|
const {data} = await this.$axios.post("/platform/activity/culture/applyActivity/queryUserByIds", {ids: JSON.stringify(ids)})
|
||||||
|
|||||||
Reference in New Issue
Block a user