diff --git a/src/main/resources/static/route/classplan/update.html b/src/main/resources/static/route/classplan/update.html index d9f86d0..412c36b 100644 --- a/src/main/resources/static/route/classplan/update.html +++ b/src/main/resources/static/route/classplan/update.html @@ -264,7 +264,7 @@ form.render(); return; } - top.restAjax.get(top.restAjax.path('api/lessons/list',[]), {projectCatalogId : projectCatalogId}, null, function(code,data){ + top.restAjax.get(top.restAjax.path('api/lessons/list',[]), {projectCatalogId : projectCatalogId,orgId : orgId}, null, function(code,data){ dataObj['lesson'] = data; dataObj['teacher'] = teacherList; laytpl(document.getElementById('lessonTbodyTemplate').innerHTML).render(dataObj, function(html) {