From cb47b51b0e668325deb373c91fd63fd91d3afa2a Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 2 Jun 2022 09:16:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=BD=AC=E6=8D=A2=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BA=A4=E4=BA=92=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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/repo/modelmanage/convertIndex.tmpl b/templates/repo/modelmanage/convertIndex.tmpl index b6d7c5c24..6a0e1f115 100644 --- a/templates/repo/modelmanage/convertIndex.tmpl +++ b/templates/repo/modelmanage/convertIndex.tmpl @@ -180,7 +180,7 @@

-
+
@@ -287,6 +287,8 @@ console.log("name=" + data['name'] + " desc=" + data['desc'] + " modelId=" + data['modelId'] + " SrcEngine=" + data['SrcEngine']); console.log("inputshape=" + data['inputshape'] + " inputdataformat=" + data['inputdataformat'] + " DestFormat=" + data['DestFormat'] + " NetOutputFormat=" + data['NetOutputFormat']); $('.ui.modal.second').modal('hide'); + $('.ui.form').submit(); + /* let url_href = `${repolink}/modelmanage/create_model_convert`; $.ajax({ url:url_href, @@ -301,7 +303,7 @@ complete:function(xhr){ console.log("completed=" + xhr); } - }) + })*/ // $.post(`${repolink}/modelmanage/create_model_convert`,data,(result) => { // console.log("result=" + result); // })