From 53a86197a41cb48325911de81e461e7e8fceb45c Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Wed, 19 May 2021 17:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/route/classplan/update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {