From 5c75f706eba131f08d9b9c123a24571dd1eee64c Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 1 Jun 2022 10:44:54 +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/convertIndex.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl index 243819d09..eda8ffcaa 100644 --- a/templates/repo/modelmanage/convertIndex.tmpl +++ b/templates/repo/modelmanage/convertIndex.tmpl @@ -258,7 +258,7 @@ } function loadModelVersion(value){ console.log("value=" + value); - if(value ==null && value ==""){ + if(value ==null || value ==""){ $(".ui.dropdown.selection.search.width70").removeClass("loading") }else{ let nameMap = modelData.nameMap