diff --git a/src/api/recruit/recruitstudentplan.ts b/src/api/recruit/recruitstudentplan.ts index 57591b2..9b247b5 100644 --- a/src/api/recruit/recruitstudentplan.ts +++ b/src/api/recruit/recruitstudentplan.ts @@ -42,7 +42,7 @@ export const getObj = (id: string | number) => { */ export const delObj = (id: string | number) => { return request({ - url: `/recruit/recruitstudentplan/deletById`, + url: `/recruit/recruitstudentplan/deleteById`, method: 'post', data: { id :id}, }); diff --git a/src/views/professional/common/import-teacher-other-info.vue b/src/views/professional/common/import-teacher-other-info.vue index 550a8b5..ef7514a 100644 --- a/src/views/professional/common/import-teacher-other-info.vue +++ b/src/views/professional/common/import-teacher-other-info.vue @@ -15,6 +15,7 @@