仅内网可见-管理员端 调试

This commit is contained in:
670788339
2025-07-23 16:35:42 +08:00
parent 6691705f3c
commit 007da019ae

View File

@@ -172,7 +172,7 @@ const detail = function(id) {
return ajax.get('/xboe/m/course/manage/detail?id=' + id); return ajax.get('/xboe/m/course/manage/detail?id=' + id);
} }
const getDictIds = function(pid,type) { 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}`);
} }
/** /**