Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent c5e5207238
commit 3d0c1fff53

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.3e55ea06.js"></script>
<script src="/react/build/umi.26fba2c3.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -4873,7 +4873,7 @@ body {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
width: 670px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -9596,9 +9596,13 @@ var NewCoursePage = function NewCoursePage(_ref) {
className: addQuestionsmodules.scoreByBlankRadio,
onChange: function onChange(e) {
if (e.target.value === 2) {
form.setFieldValue('image_id', '');
form.setFieldValue('spec_id', '');
getMirrorAndSpecificList('', 'NPU');
getDataSetList('', 1, 10, 1);
} else if (e.target.value === 3) {
form.setFieldValue('image_id', '');
form.setFieldValue('spec_id', '');
getMirrorAndSpecificList('', 'GPU');
getDataSetList('', 1, 10, 0);
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save