From 3a92ef242ff9f162f2692bea4c8d554aae0cc22f Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 11 Oct 2022 14:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E9=9B=86=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=88=86=E9=9A=94=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/modelsafety/new.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/modelsafety/new.tmpl b/templates/repo/modelsafety/new.tmpl index f4331eac8..3861cf01b 100644 --- a/templates/repo/modelsafety/new.tmpl +++ b/templates/repo/modelsafety/new.tmpl @@ -382,8 +382,8 @@ function initDataSetSelect(names, keys, selectEl) { selectEl.empty(); - var nameList = names.split(';'); - var keyList = keys.split(';') + var nameList = names.split(','); + var keyList = keys.split(',') for (var i = 0, iLen = nameList.length; i < iLen; i++) { selectEl.append(``); }