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() }