diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl
index c0ade9976..fd3c5aeca 100644
--- a/templates/repo/modelmanage/convertIndex.tmpl
+++ b/templates/repo/modelmanage/convertIndex.tmpl
@@ -221,9 +221,7 @@
@@ -433,7 +431,20 @@
$('#choice_version input[name="ModelVersion"]').val(versionList[0].ID)
loadModelFile(versionList[0].ID);
}
-
+ }
+ function setEngineValue(value){
+ $('#SrcEngine').dropdown('clear');
+ console.log("setEngineValue value=" + value);
+ let html = ""
+
+ if(value ==null || value ==""){
+ html +="";
+ html +="";
+ html +="";
+ }else{
+
+ }
+
}