From 64e73950e2b76c08f966f430dfc58d2d89b657fc Mon Sep 17 00:00:00 2001 From: JayChou Date: Wed, 27 Nov 2024 19:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=98=9F=E5=91=98=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/registrationGroup/components/stuDialog.vue | 4 ++-- src/views/registrationGroup/components/stuList.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/registrationGroup/components/stuDialog.vue b/src/views/registrationGroup/components/stuDialog.vue index ab2710f..ebc9f64 100644 --- a/src/views/registrationGroup/components/stuDialog.vue +++ b/src/views/registrationGroup/components/stuDialog.vue @@ -13,8 +13,8 @@ userModel.userInfo,()=>{ const add = () => { const length = tableData.push({ realname: '', // 用户 - captain: '', // 是否队长 + captain: '0', // 是否队长 teamSeq: tableData.length + 1, // 队员序号 userId: '', // id })