|
@@ -1014,6 +1014,7 @@
|
|
|
this.inputForm.files = this.$refs.uploadComponent.getDataList()
|
|
|
this.inputForm.type = '2'
|
|
|
this.reimbursementApprovalService.save(this.inputForm).then(({data}) => {
|
|
|
+ this.inputForm.title = `${this.$store.state.user.name} 发起了 [${data.no}] - [财务-报销审批]`
|
|
|
callback(data.businessTable, data.businessId, this.inputForm)
|
|
|
this.$refs.inputForm.resetFields()
|
|
|
this.loading = false
|