소스 검색

财务模块代码提交

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'
             }