Browse Source

晴空文件

dev-用户反馈
zhangyuan 3 years ago
parent
commit
ff742064b8
  1. 1
      src/views/modules/worklog/icworklog-add-or-update.vue

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

Loading…
Cancel
Save