Browse Source

提交代码。

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

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

@@ -376,8 +376,9 @@
}
function loadModelFile(modelId){
console.log("modelId=" + modelId);
$('#choice_file').dropdown('clear')
if(modelId ==null || modelId ==""){
$('#choice_file').dropdown('clear')
console.log("modelId is null");
}else{
$.get(`${repolink}/modelmanage/query_modelfile_for_predict?ID=${modelId}`, (data) => {
const n_length = data.length


Loading…
Cancel
Save