|
|
@ -260,7 +260,9 @@ export default { |
|
|
|
return this.$message.error('处理意见不超过500字') |
|
|
|
} |
|
|
|
this.isAble = true |
|
|
|
this.dataForm.images = [] |
|
|
|
if (this.dataForm.id) { |
|
|
|
this.dataForm.images = [] |
|
|
|
} |
|
|
|
this.$http['post']('/events/issue/issueWaitHandleSubmit', this.dataForm).then(({ data: res }) => { |
|
|
|
this.isAble = false |
|
|
|
if (res.code !== 0) { |
|
|
|