bug修改

This commit is contained in:
wans 2021-05-05 14:51:40 +08:00
parent 84c80dbe25
commit 571703caa4

View File

@ -281,7 +281,7 @@
//查询讲师列表
function initTeacherList(){
top.restAjax.get(top.restAjax.path('api/teacher/list',[]), {orgId : '10086'}, null, function(code,data){
top.restAjax.get(top.restAjax.path('api/teacher/list',[]), {orgId : orgId}, null, function(code,data){
teacherList = data;
},function(code,data){
top.dialog.msg(data.msg);