|
@ -922,11 +922,12 @@ export default { |
|
|
// 获取信息 |
|
|
// 获取信息 |
|
|
getInfo () { |
|
|
getInfo () { |
|
|
this.$http |
|
|
this.$http |
|
|
.get(`/events/item/${this.dataForm.id}`) |
|
|
.get(`/events/item/reject/${this.dataForm.id}`) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg) |
|
|
return this.$message.error(res.msg) |
|
|
} |
|
|
} |
|
|
|
|
|
console.log(res.data) |
|
|
this.timeloading = false |
|
|
this.timeloading = false |
|
|
this.dataForm = { |
|
|
this.dataForm = { |
|
|
...this.dataForm, |
|
|
...this.dataForm, |
|
|