From c1a45f8b6201823f679dc60267190899fb0a13a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Wed, 28 Dec 2022 17:24:22 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/study/{add.html => TreeAdd.html} | 0 WebRoot/html/study/TreeManage.html | 4 ++-- WebRoot/html/study/{update.html => TreeUpdate.html} | 0 WebRoot/html/study/{studyList.html => docFrame.html} | 4 ++-- WebRoot/html/study/{left.html => docFrame_Left.html} | 2 +- WebRoot/html/study/{documentList.html => docFrame_Right.html} | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename WebRoot/html/study/{add.html => TreeAdd.html} (100%) rename WebRoot/html/study/{update.html => TreeUpdate.html} (100%) rename WebRoot/html/study/{studyList.html => docFrame.html} (84%) rename WebRoot/html/study/{left.html => docFrame_Left.html} (90%) rename WebRoot/html/study/{documentList.html => docFrame_Right.html} (100%) diff --git a/WebRoot/html/study/add.html b/WebRoot/html/study/TreeAdd.html similarity index 100% rename from WebRoot/html/study/add.html rename to WebRoot/html/study/TreeAdd.html diff --git a/WebRoot/html/study/TreeManage.html b/WebRoot/html/study/TreeManage.html index bd87585..0811f62 100644 --- a/WebRoot/html/study/TreeManage.html +++ b/WebRoot/html/study/TreeManage.html @@ -80,7 +80,7 @@ let btn = $("#addBtn_" + treeNode.tId); if (btn) btn.bind("click", function () { - WeAdminShow('增加', 'add.html?parent_id=' + treeNode.id + "&level_id=" + treeNode.level_id, 550, 300); + WeAdminShow('增加', 'TreeAdd.html?parent_id=' + treeNode.id + "&level_id=" + treeNode.level_id, 550, 300); }) } @@ -122,7 +122,7 @@ } // 编辑 function beforeEditName(treeId, treeNode) { - WeAdminShow('编辑', 'update.html?id=' + treeNode.id, 550, 300); + WeAdminShow('编辑', 'TreeUpdate.html?id=' + treeNode.id, 550, 300); } window.loadTree = function () { diff --git a/WebRoot/html/study/update.html b/WebRoot/html/study/TreeUpdate.html similarity index 100% rename from WebRoot/html/study/update.html rename to WebRoot/html/study/TreeUpdate.html diff --git a/WebRoot/html/study/studyList.html b/WebRoot/html/study/docFrame.html similarity index 84% rename from WebRoot/html/study/studyList.html rename to WebRoot/html/study/docFrame.html index 29e62e3..6996953 100644 --- a/WebRoot/html/study/studyList.html +++ b/WebRoot/html/study/docFrame.html @@ -23,8 +23,8 @@ - - + +