diff --git a/templates/repo/modelarts/trainjob/show.tmpl b/templates/repo/modelarts/trainjob/show.tmpl index bdddbe195..a526e6b99 100755 --- a/templates/repo/modelarts/trainjob/show.tmpl +++ b/templates/repo/modelarts/trainjob/show.tmpl @@ -929,9 +929,10 @@ success: function (res) { $('input[name="engine_name"]').val(""); $('input[name="engine"]').val(""); + $('input[name="jobId"]').val(""); $('input[name="label"]').val(""); $('input[name="description"]').val(""); - //location.href = `/${userName}/${repoPath}/modelmanage/show_model` + location.href = `/${userName}/${repoPath}/modelmanage/show_model` $('.ui.modal.second').modal('hide') }, error: function (xhr) {