bug修改
This commit is contained in:
parent
84c80dbe25
commit
571703caa4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user