Browse Source

PC端议题处理传入图片问题

master
wanggongfeng 6 years ago
parent
commit
2ec1c6bbde
  1. 4
      src/views/modules/events/issue-process-detail-view.vue

4
src/views/modules/events/issue-process-detail-view.vue

@ -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) {

Loading…
Cancel
Save