diff --git a/src/views/registrationGroup/components/stuDialog.vue b/src/views/registrationGroup/components/stuDialog.vue
index 7fff1b6..bfa4d31 100644
--- a/src/views/registrationGroup/components/stuDialog.vue
+++ b/src/views/registrationGroup/components/stuDialog.vue
@@ -8,6 +8,7 @@
width="800"
draggable
overflow
+ :close-on-click-modal="false"
>
diff --git a/src/views/registrationGroup/components/stuList.vue b/src/views/registrationGroup/components/stuList.vue
index a6a3eaa..ab0d6d7 100644
--- a/src/views/registrationGroup/components/stuList.vue
+++ b/src/views/registrationGroup/components/stuList.vue
@@ -1,32 +1,14 @@
-
+
新增
-
+
删除
- (isSele = !!selection.length)"
- border
- :data="tableData"
- class="table"
- height="276px"
- >
+ (isSele = !!selection.length)" border
+ :data="tableData" class="table" height="276px">
@@ -41,13 +23,7 @@
用户
-
+
@@ -60,10 +36,17 @@
(row.captain = arr[0])"
+ @update:modelValue="(arr: any[]) => {row.captain = arr[0];console.log(arr);
+ }"
:options="options"
:disabled="isDisable"
/>
+
@@ -117,7 +100,7 @@