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