+ -
+
-
+
-
+
-
+
-
+
+
diff --git a/src/api/index1.js b/src/api/index1.js index 1a2376f0..537ad5e5 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-04 22:45:31 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-02-01 11:07:17 + * @LastEditTime: 2023-02-03 18:39:27 * @FilePath: /fe-manage/src/api/index1.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -190,4 +190,14 @@ export const getImportStatus = (uuid) => http.get('/admin/student/getImportStatu // 面授课导入学员 export const FaceTeachImportStudent = (obj) => http.post('/admin/student/importStudent', obj, { headers: { "Content-Type": "multipart/form-data" } }) //成绩录入 -export const updateStudent = (obj) => http.post('/admin/student/homeWorkScoreEntry', obj) \ No newline at end of file +export const updateStudent = (obj) => http.post('/admin/student/homeWorkScoreEntry', obj) + + +//获取证书列表 +export const certificate = (obj) => http.get('/admin/certificate/page', { params: obj }) +//添加证书 +export const saveupdatecertificate = (obj) => http.post('/admin/certificate/saveOrUpdate', obj) +//删除证书 +export const certificatedel = (obj) => http.get('/admin/certificate/del', { params: obj }) +//证书详情 +export const certificatedetail = (obj) => http.post('/admin/certificate/get', obj) \ No newline at end of file diff --git a/src/components/drawers/project/AddCertificate.vue b/src/components/drawers/project/AddCertificate.vue index c50083c3..7b217634 100644 --- a/src/components/drawers/project/AddCertificate.vue +++ b/src/components/drawers/project/AddCertificate.vue @@ -18,7 +18,6 @@
+