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

This commit is contained in:
670788339
2025-07-23 17:24:51 +08:00
parent 2ee3daedf6
commit 3485435c9e

View File

@@ -171,7 +171,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}`);
} }
/** /**
* 更新内容的名称 * 更新内容的名称