Merge remote-tracking branch 'origin/master'

This commit is contained in:
Renpc-kilig 2021-05-05 14:51:58 +08:00
commit a57a2b9a09

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);