Browse Source

Merge pull request '提交代码,解决下拉框无数据时一直在转圈圈。' (#2327) from zouap into V20220616.patch

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2327
Reviewed-by: lewis <747342561@qq.com>
tags/v1.22.6.2
lewis 3 years ago
parent
commit
0585436a01
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      templates/repo/modelmanage/index.tmpl

+ 2
- 0
templates/repo/modelmanage/index.tmpl View File

@@ -277,6 +277,8 @@
$('#choice_model .default.text').text(data[0].DisplayJobName)
$('#choice_model input[name="JobId"]').val(data[0].JobID)
loadTrainVersion()
}else{
$(".ui.dropdown.selection.search.width83").removeClass("loading")
}
})
}


Loading…
Cancel
Save