Browse Source

修改大小写问题。

Signed-off-by: zouap <zouap@pcl.ac.cn>
api
zouap 2 years ago
parent
commit
26d8cae262
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelmanage/convertIndex.tmpl

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

@@ -526,7 +526,7 @@
}
$("#model-file").append(file_html)
$('#choice_file .default.text').text(firstFileName)
$('#choice_file input[name="ModelFile"]').val(firstFileName)
$('#choice_file input[name="modelFile"]').val(firstFileName)
})

}


Loading…
Cancel
Save