From 9ac3a36eface17f054e276c33f26b1f26b3a1d43 Mon Sep 17 00:00:00 2001 From: zhoutianchi <1305666981@qq.com> Date: Mon, 9 Feb 2026 16:04:55 +0800 Subject: [PATCH] 1 --- src/api/recruit/recruitstudentplan.ts | 2 +- .../common/import-teacher-other-info.vue | 7 ++++++- .../professional/teacherbase/import-teacherInfo.vue | 9 ++++++++- src/views/recruit/common/import-recruit-info.vue | 13 +++++++++---- src/views/recruit/recruitplanmajor/index.vue | 4 ++-- 5 files changed, 26 insertions(+), 9 deletions(-) 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 @@