反馈修改
This commit is contained in:
@@ -33,7 +33,9 @@ export default {
|
||||
this.detail = JSON.parse(decodeURIComponent(options.detail).replace(/百分比/g, '%'))
|
||||
this.loading = false
|
||||
if (this.detail.status != 1) {
|
||||
updateStatus([this.detail.id])
|
||||
updateStatus({
|
||||
eventIds: [this.detail.id],
|
||||
})
|
||||
}
|
||||
},
|
||||
methods: {},
|
||||
|
||||
Reference in New Issue
Block a user