Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1586/head
zouap 3 years ago
parent
commit
a447e22d3a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 1
- 0
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -198,6 +198,7 @@
html += `<option value="${data['child_types'][i].id}">${data['child_types'][i].value}</option>`;
}
}
console.log(html);
document.getElementById("benchmark_child_types_id").innerHTML=html;
})
}


Loading…
Cancel
Save