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 @@