From dfad4e74ead3ba45924d694dd991250f5dee9f66 Mon Sep 17 00:00:00 2001 From: "jialong.yu" Date: Thu, 20 Jan 2022 10:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E8=AE=B0=E5=BD=95->=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E4=B8=8B=E6=8B=89=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 1 + src/pages/record/list/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/index.js b/src/api/index.js index 9d6b78e..17ea5a8 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -42,6 +42,7 @@ export default { exportPracticeByStudentDetail: `${host}occupationlab/achievement/exportPracticeByStudentDetail`, // 导出学生端练习实验情况 reportDetail: `${host}occupationlab/achievement/reportDetail`, // 成绩报告详情 updateReport: `${host}occupationlab/achievement/updateReport`, // 更新成绩报告 + schoolCourseByAchievement: `${host}nakadai/nakadai/curriculum/schoolCourseByAchievement`, // 获取学校购买订单后的课程 // 考核列表 pageStuAssessment: `${host}occupationlab/assessment/pageStuAssessment`, // 学生端——学生考核列表 diff --git a/src/pages/record/list/index.vue b/src/pages/record/list/index.vue index a5349fb..c978dd4 100644 --- a/src/pages/record/list/index.vue +++ b/src/pages/record/list/index.vue @@ -100,7 +100,7 @@ export default { setRecord: "project/setRecord" }), getschoolCourse() { // 获取课程下拉框数据 - this.$get(this.api.schoolCourse).then(res => { + this.$get(this.api.schoolCourseByAchievement).then(res => { if (res.data && res.data.length) { this.curriculumList = res.data; this.curriculumId = this.curriculumList[0].cid;