From 8835217a04a67883a1866e1e022c965b4cdac62a Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 20 Jun 2022 11:20:31 +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/modelmanage/index.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/repo/modelmanage/index.tmpl b/templates/repo/modelmanage/index.tmpl index d951c8e7a..d42cf1c86 100644 --- a/templates/repo/modelmanage/index.tmpl +++ b/templates/repo/modelmanage/index.tmpl @@ -277,6 +277,8 @@ $('#choice_model .default.text').text(data[0].DisplayJobName) $('#choice_model input[name="JobId"]').val(data[0].JobID) loadTrainVersion() + }else{ + $(".ui.dropdown.selection.search.width83").removeClass("loading") } }) }