Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
api
zouap 2 years ago
parent
commit
e18ccb7cb2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/repo/modelarts/trainjob/show.tmpl

+ 2
- 1
templates/repo/modelarts/trainjob/show.tmpl View File

@@ -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) {


Loading…
Cancel
Save