Browse Source

Merge pull request 'fix-2561' (#2674) from issue-zpz-0815 into V20220815

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2674
Reviewed-by: zouap <zouap@pcl.ac.cn>
pull/2695/head
zouap 2 years ago
parent
commit
8f22b4c0a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelmanage/showinfo.tmpl

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

@@ -472,7 +472,7 @@ function renderBrend(ID,version_name,parents,filename,init){
$('input[name=modelback]').val(filename)
}else{
$('input[name=model]').val(parents)
$('input[name=modelbac]').val(filename)
$('input[name=modelback]').val(filename)
let selectEle = $('#file_breadcrumb a.section').filter(
(index, item) => {
return item.text == filename;


Loading…
Cancel
Save