diff --git a/template/app_doc/manage/manage_project_import.html b/template/app_doc/manage/manage_project_import.html index 29f6e99..52cd43e 100644 --- a/template/app_doc/manage/manage_project_import.html +++ b/template/app_doc/manage/manage_project_import.html @@ -97,6 +97,7 @@ doc_ele += li } doc_ele += '' + $("#nestedDemo").empty(); // 清空原文档排序内容 $("#nestedDemo").append(doc_ele) }); docSort();// 动态添加元素之后,调用一次