Преглед на файлове

财务模块代码提交

wangqiang преди 1 година
родител
ревизия
dffffc672f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/cw/reimbursementApproval/info/ReimbursementForm.vue

+ 1 - 0
src/views/cw/reimbursementApproval/info/ReimbursementForm.vue

@@ -808,6 +808,7 @@
           this.loading = true
           this.$refs.inputForm.resetFields()
           this.reimbursementApprovalService.findById(this.inputForm.id).then((data) => {
+			  this.$refs.uploadComponent.clearUpload()
             if (this.status === 'audit' || this.status === 'taskFormDetail') {
               method = 'view'
             }