diff --git a/src/api/modules/course.js b/src/api/modules/course.js index 0dcaf075..c122be4f 100644 --- a/src/api/modules/course.js +++ b/src/api/modules/course.js @@ -172,7 +172,7 @@ const detail = function(id) { return ajax.get('/xboe/m/course/manage/detail?id=' + id); } const getDictIds = function(pid,type) { - return request.get(`/xboe/m/course/manage/getDictIds?pid=${pid}&type=${type}`); + return ajax.get(`/xboe/m/course/manage/getDictIds?pid=${pid}&type=${type}`); } /**