浏览代码

财务模块代码提交

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