From e8c97f536c24688db24b922a535038151e14439d Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 13 Jun 2022 11:35:40 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/repo/modelmanage/index.tmpl b/templates/repo/modelmanage/index.tmpl index 99a0fc411..d4d43b48a 100644 --- a/templates/repo/modelmanage/index.tmpl +++ b/templates/repo/modelmanage/index.tmpl @@ -296,6 +296,7 @@ function setEngine(modelVersion){ console.log("modelVersion=" + modelVersion); + $('#choice_Engine').dropdown('clear') $("#job-Engine").empty() if(modelVersion.EngineName != null && modelVersion.EngineName != ""){ srcEngine = modelVersion.EngineName.split('-')[0]