Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a57a2b9a09
@ -281,7 +281,7 @@
|
|||||||
|
|
||||||
//查询讲师列表
|
//查询讲师列表
|
||||||
function initTeacherList(){
|
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;
|
teacherList = data;
|
||||||
},function(code,data){
|
},function(code,data){
|
||||||
top.dialog.msg(data.msg);
|
top.dialog.msg(data.msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user