From a01269bb9986f0ac95411df57e246ddfde0535e3 Mon Sep 17 00:00:00 2001 From: chenshihai Date: Wed, 7 Sep 2022 11:44:52 +0800 Subject: [PATCH] =?UTF-8?q?2866=20=E3=80=90=E8=B5=84=E6=BA=90=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E3=80=91=E8=A7=84=E6=A0=BC=E4=B8=BA=E7=A9=BA=E6=97=B6?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E4=BA=91=E8=84=91=E4=BB=BB=E5=8A=A1=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E4=B8=8D=E7=94=A8=E6=8F=90=E4=BA=A4=E5=88=B0=E5=90=8E?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/repo/modelarts/trainjob/new.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/repo/modelarts/trainjob/new.tmpl b/templates/repo/modelarts/trainjob/new.tmpl index 924370b3f..8dac36e82 100755 --- a/templates/repo/modelarts/trainjob/new.tmpl +++ b/templates/repo/modelarts/trainjob/new.tmpl @@ -502,12 +502,12 @@ type: 'integer[1..25]', } ] + }, + spec_id: { + identifier: 'spec_id', + rules: [{ type: 'empty' }] } }, - spec_id: { - identifier: 'spec_id', - rules: [{ type: 'empty' }] - } onSuccess: function () { // $('.ui.page.dimmer').dimmer('show') document.getElementById("mask").style.display = "block"