From 9d390f4918bc0469552437e1bebaa78bf3b2c8c8 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 24 Feb 2022 17:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/cloudbrain/benchmark/new.tmpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl index 0bf7fd4a6..6f88717a9 100755 --- a/templates/repo/cloudbrain/benchmark/new.tmpl +++ b/templates/repo/cloudbrain/benchmark/new.tmpl @@ -114,9 +114,7 @@
-
@@ -185,7 +183,7 @@ .tab(); $('#benchmark_types_id').change(function(){ - //setChildType(); + setChildType(); }) function setChildType(){ @@ -201,8 +199,7 @@ html += ``; } } - console.log(html); - //document.getElementById("benchmark_child_types_id").innerHTML=html; + document.getElementById("benchmark_child_types_id").innerHTML=html; }) }