update
This commit is contained in:
parent
f2b6257a43
commit
90cd5ec582
7 changed files with 89 additions and 26 deletions
|
|
@ -293,16 +293,10 @@ export default {
|
|||
const organization = res.data.data.organization
|
||||
const proposedVersion = res.data.data.organization.proposedVersion
|
||||
const tags = res.data.data.tags
|
||||
if (
|
||||
proposedVersion.tag !== undefined &&
|
||||
proposedVersion.tag !== null
|
||||
) {
|
||||
proposedVersion.tag = proposedVersion.tag._id
|
||||
}
|
||||
this.$store.commit('SET_DELEGATE', {
|
||||
adminName: organization.adminName,
|
||||
email: organization.email,
|
||||
publicUrl: process.env.VUE_APP_BASE_URL + '/association/' + organization.slug,
|
||||
publicUrl: process.env.VUE_APP_BASE_URL + '/association/' + organization.slugs[organization.slugs.length - 1],
|
||||
validationState: organization.validationState,
|
||||
rejectionDescription: organization.rejectionDescription
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue