...
|
...
|
@@ -272,7 +272,7 @@ function searchType(ip, children, nodeId){ |
|
|
var refreshTypeTree = function () {
|
|
|
console.log("refresh tree");
|
|
|
treeData = []; //重置
|
|
|
$.get(contextPath+"type/zkTree", function (data, state) {
|
|
|
$.get(contextPath+"zkTree/zkTree", function (data, state) {
|
|
|
console.log(state)
|
|
|
var jsonData = JSON.parse(data);
|
|
|
$.each(jsonData.data, function (n, val) {
|
...
|
...
|
|