Browse Source

update

tags/v1.22.10.1^2
chenshihai 3 years ago
parent
commit
7afaf7b108
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelsafety/new.tmpl

+ 1
- 1
templates/repo/modelsafety/new.tmpl View File

@@ -316,7 +316,7 @@
$('#job_indicators').on('change', function() { $('#job_indicators').on('change', function() {
var value = $(this).val(); var value = $(this).val();
$('input[name="evaluationIndex"]').val(value.join(';'));
$('input[name="evaluation_index"]').val(value.join(';'));
}).trigger('change'); }).trigger('change');
})(); })();
</script> </script>

Loading…
Cancel
Save