|
@@ -133,7 +133,7 @@ function dialogClose() {
|
|
|
|
|
|
let book = ref();
|
|
|
function confirm() {
|
|
|
- if (category.value === 'NPC' || category.value === 'NNPE') {
|
|
|
+ if (category.value === 'NPC' || category.value === 'NNPE' || category.value === 'RLC') {
|
|
|
emits('selectCourse', currentCourse.value, book.value.submitPreviewGroupId());
|
|
|
} else {
|
|
|
emits('selectCourse', currentCourse.value);
|