xtz 4 yıl önce
ebeveyn
işleme
ae382f9162
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/candidateManage/candidateList.vue

+ 1 - 1
src/views/candidateManage/candidateList.vue

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