From 939a886b51245d7cdd8a30350a82451697fe3ad8 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 13 Jun 2022 11:29:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A8=A1=E5=9E=8B=E6=A1=86=E6=9E=B6=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/modelmanage/index.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/repo/modelmanage/index.tmpl b/templates/repo/modelmanage/index.tmpl index a616ffcf0..99a0fc411 100644 --- a/templates/repo/modelmanage/index.tmpl +++ b/templates/repo/modelmanage/index.tmpl @@ -324,10 +324,12 @@ $("#job-Engine").append(itemHtml); $("#job-Engine").css('disabled','disabled') }else{ - let itemHtml = ""; + let itemHtml = ""; itemHtml += "" itemHtml += "" itemHtml += "" + $('#choice_Engine .default.text').text("Pytorch"); + $('#choice_Engine input[name="Engine"]').val(0) $("#job-Engine").append(itemHtml); $("#job-Engine").removeAttr('disabled'); }