|
@ -220,6 +220,7 @@ export default { |
|
|
}).catch(() => {}) |
|
|
}).catch(() => {}) |
|
|
} |
|
|
} |
|
|
if (this.dataForm.eventState === '6') { |
|
|
if (this.dataForm.eventState === '6') { |
|
|
|
|
|
this.dataForm.eventState = '4' |
|
|
this.$http['post']('/events/epdcevents/reviewPass', this.dataForm).then(({ data: res }) => { |
|
|
this.$http['post']('/events/epdcevents/reviewPass', this.dataForm).then(({ data: res }) => { |
|
|
this.isAble = false |
|
|
this.isAble = false |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|