|
@@ -100,7 +100,8 @@ export default {
|
|
|
try {
|
|
|
await saveBonusApproveConfirmation({
|
|
|
employeePerformanceConfirmationId: this.item.employeePerformanceConfirmationId,
|
|
|
- status: 2
|
|
|
+ status: 2,
|
|
|
+ authMsg: this.rejectText
|
|
|
})
|
|
|
this.$message.success('已成功拒绝')
|
|
|
this.$refs.dialog.close()
|