|
@@ -516,7 +516,7 @@ export default {
|
|
|
let resumeInfoStatusList = this.copyPickList.map(item => ({ id: item, templateId: this.form.templateId }))
|
|
|
this.copyPickList.length
|
|
|
? this.$api
|
|
|
- .post('/resumeInfo/sendInviteMail', {
|
|
|
+ .post('/resumeInfo/sendSuccessMail', {
|
|
|
reqdata: {
|
|
|
resumeInfoStatusList
|
|
|
}
|