From ff742064b8a3cc653db5fe10a3305ade8902ae6a Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 11 Aug 2022 13:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=B4=E7=A9=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/worklog/icworklog-add-or-update.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/worklog/icworklog-add-or-update.vue b/src/views/modules/worklog/icworklog-add-or-update.vue index 8fa5183d0..e3b72f34d 100644 --- a/src/views/modules/worklog/icworklog-add-or-update.vue +++ b/src/views/modules/worklog/icworklog-add-or-update.vue @@ -133,6 +133,7 @@ export default { this.visible = true this.$nextTick(() => { this.$refs['dataForm'].resetFields() + this.dataForm.fileList = [] if (this.dataForm.id) { this.getInfo() }