From 5ae589b092e0b4b5fefda561a5a143ed3e47883d Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Mon, 6 Jan 2020 14:36:35 +0800 Subject: [PATCH] =?UTF-8?q?PC=E7=AB=AF=E8=AE=AE=E9=A2=98=E5=A4=84=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=B8=A6=E5=85=A5=E8=AE=AE=E9=A2=98=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/events/issue-process-detail-view.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/events/issue-process-detail-view.vue b/src/views/modules/events/issue-process-detail-view.vue index 0c8643b0..418b05f9 100644 --- a/src/views/modules/events/issue-process-detail-view.vue +++ b/src/views/modules/events/issue-process-detail-view.vue @@ -260,6 +260,7 @@ export default { return this.$message.error('处理意见不超过500字') } this.isAble = true + this.dataForm.images = [] this.$http['post']('/events/issue/issueWaitHandleSubmit', this.dataForm).then(({ data: res }) => { this.isAble = false if (res.code !== 0) {