Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.3
zouap 3 years ago
parent
commit
e9b66972d3
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 7
- 3
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -165,11 +165,15 @@
html += "<option value=\"4\">video-based person reid</option>" ;
}
document.getElementById("benchmark_child_types_id").innerHTML=html;
})
$('#benchmark_types_id')
.dropdown();

document.onreadystatechange = function() {
if (document.readyState === "complete") {
document.getElementById("benchmark_child_types_id")[1].selected=true;
}
}
function validate(){
$('.ui.form')
.form({


Loading…
Cancel
Save