|
|
@@ -248,8 +248,12 @@ |
|
|
if(data.length){ |
|
|
if(data.length){ |
|
|
$("#job-version").append(train_html) |
|
|
$("#job-version").append(train_html) |
|
|
$(".ui.dropdown.selection.search.width70").removeClass("loading") |
|
|
$(".ui.dropdown.selection.search.width70").removeClass("loading") |
|
|
$('#choice_version .default.text').text(data[0].VersionName) |
|
|
|
|
|
$('#choice_version input[name="VersionName"]').val(data[0].VersionName) |
|
|
|
|
|
|
|
|
var versionName = data[0].VersionName; |
|
|
|
|
|
if(versionName==null || versionName==""){ |
|
|
|
|
|
versionName="V0001"; |
|
|
|
|
|
} |
|
|
|
|
|
$('#choice_version .default.text').text(versionName) |
|
|
|
|
|
$('#choice_version input[name="VersionName"]').val(versionName) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
|