From a1553594bb9b679ca927d308ba0f876e69ad9ff9 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 23 Jun 2022 09:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0TRT=E8=BD=AC=E6=8D=A2=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=94=AF=E6=8C=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 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl index 5dee4f928..9a6dcf936 100644 --- a/templates/repo/modelmanage/convertIndex.tmpl +++ b/templates/repo/modelmanage/convertIndex.tmpl @@ -250,14 +250,14 @@   
@@ -370,6 +370,12 @@ $('#choice_file input[name="ModelFile"]').val(value) } }) + + $('#SrcEngine').dropdown({ + onChange:function(value){ + console.log("SrcEngine value=" + value); + } + }) }) function loadModelList(){