From 80fb17686cf1639806aec2c779bc10159df2b565 Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Sat, 15 May 2021 22:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/classplan/list-merge-org.html | 6 +-- .../static/route/classplan/list-signup.html | 4 +- .../static/route/classplan/list.html | 14 +++++++ .../static/route/classplan/show.html | 39 +------------------ 4 files changed, 22 insertions(+), 41 deletions(-) diff --git a/src/main/resources/static/route/classplan/list-merge-org.html b/src/main/resources/static/route/classplan/list-merge-org.html index 6b553ec..1554ca3 100644 --- a/src/main/resources/static/route/classplan/list-merge-org.html +++ b/src/main/resources/static/route/classplan/list-merge-org.html @@ -76,7 +76,7 @@ top.restAjax.get(top.restAjax.path('api/teacher/getorginfo', []), {}, null, function (code, data) { orgInfo = data; initThree(); - $('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}', + $('#listContent').attr('src', top.restAjax.path('route/classplan/list-merge-org-info.html?orgId={arg1}&workerCatalog={arg2}', [orgId,''])); }, function (code, data) { top.dialog.msg(data.msg); @@ -109,7 +109,7 @@ onClick: function (event, treeId, treeNode) { if(treeNode.pId == '-1'){ $('#treeTitle').text('所有机构'); - $('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}', + $('#listContent').attr('src', top.restAjax.path('route/classplan/list-merge-org-info.html?orgId={arg1}&workerCatalog={arg2}', [orgId,''])); return; } @@ -137,7 +137,7 @@ // 初始化IFrame function initIFrame() { - $('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}', + $('#listContent').attr('src', top.restAjax.path('route/classplan/list-merge-org-info.html?orgId={arg1}&workerCatalog={arg2}', [orgId,parentId])); } diff --git a/src/main/resources/static/route/classplan/list-signup.html b/src/main/resources/static/route/classplan/list-signup.html index a95c4f0..9c93e8b 100644 --- a/src/main/resources/static/route/classplan/list-signup.html +++ b/src/main/resources/static/route/classplan/list-signup.html @@ -39,7 +39,7 @@