From 571703caa4a3fc4dcc525cfb92f2691f20fbae01 Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Wed, 5 May 2021 14:51:40 +0800 Subject: [PATCH] =?UTF-8?q?bug=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/save.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/route/classplan/save.html b/src/main/resources/static/route/classplan/save.html index 3e7bb23..7698eb1 100644 --- a/src/main/resources/static/route/classplan/save.html +++ b/src/main/resources/static/route/classplan/save.html @@ -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);