Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.1^2
zouap 3 years ago
parent
commit
29b4628b90
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelmanage/index.tmpl

+ 1
- 1
templates/repo/modelmanage/index.tmpl View File

@@ -475,7 +475,7 @@
for(let j=0;j < fileSplits.length;j++){
if(fileSplits[j] == ""){
if(data[i].FileName[data[i].FileName.length -1] =="/"){
if(Object.keys(parentNodeMap[fileSplits[j]]).length ==0){
if(Object.keys(parentNodeMap[fileSplits[j-1]]).length ==0){
parentNodeMap[fileSplits[j]][dirKey]="true";
}
}


Loading…
Cancel
Save