Commit c929b22e by Masaru Abe

#15174 インデックス一覧が表示されない

parent b6536a97
...@@ -955,7 +955,7 @@ CONTENTVIEW_GETDATA.getPageIndexJson = function(pos) { ...@@ -955,7 +955,7 @@ CONTENTVIEW_GETDATA.getPageIndexJson = function(pos) {
} }
node.id = dataContent[i].ID; node.id = dataContent[i].ID;
node.Value = dataContent[i].destPageNumber; node.Value = dataContent[i].destPageNumber;
AddChidrenNode(node, dataContent); CONTENTVIEW.AddChidrenNode(node, dataContent);
arrData.push(node); arrData.push(node);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment