diff --git a/src/views/projectName/index.vue b/src/views/projectName/index.vue index 516cda5..f3bcbe8 100644 --- a/src/views/projectName/index.vue +++ b/src/views/projectName/index.vue @@ -30,7 +30,7 @@
- 立刻报名 + 立刻报名
diff --git a/src/views/registrationGroup/components/stuDialog.vue b/src/views/registrationGroup/components/stuDialog.vue index d8cbfeb..007010d 100644 --- a/src/views/registrationGroup/components/stuDialog.vue +++ b/src/views/registrationGroup/components/stuDialog.vue @@ -2,12 +2,11 @@
- + @@ -29,7 +28,7 @@ @@ -41,7 +40,7 @@ import { getMembersList } from '@/api/person'; import { useRoute } from 'vue-router'; import { ElMessage } from 'element-plus'; -const props = defineProps(['modelValue', 'type']); +const props = defineProps(['modelValue']); const $emit = defineEmits(['update:modelValue', 'selected']); const route = useRoute(); @@ -49,7 +48,7 @@ watch(() => props.modelValue, () => getList()); // 数据 const tableData = reactive([]); -const selectedRow = ref(); +const selectedRowId = ref(); // 分页 const total = ref(0); diff --git a/src/views/registrationGroup/components/stuList.vue b/src/views/registrationGroup/components/stuList.vue index e493811..c01a91d 100644 --- a/src/views/registrationGroup/components/stuList.vue +++ b/src/views/registrationGroup/components/stuList.vue @@ -1,7 +1,7 @@