From 41d00883755a753466bc3d213f8fe5fc070ef201 Mon Sep 17 00:00:00 2001
From: bai <1643359946@qq.com>
Date: Wed, 10 Jul 2024 23:26:24 +0800
Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B47=E6=9C=8810=E6=97=A5=20=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jeecgboot-vue3/src/views/bl/blStuInfo/BlStuInfoList.vue | 4 ++--
.../src/views/bl/blStuInfo/components/BlStuInfoV2Form.vue | 4 ++--
.../src/views/bl/blTeacherInfo/BlTeacherInfoList.vue | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/jeecgboot-vue3/src/views/bl/blStuInfo/BlStuInfoList.vue b/jeecgboot-vue3/src/views/bl/blStuInfo/BlStuInfoList.vue
index c1f1776..f9fb021 100644
--- a/jeecgboot-vue3/src/views/bl/blStuInfo/BlStuInfoList.vue
+++ b/jeecgboot-vue3/src/views/bl/blStuInfo/BlStuInfoList.vue
@@ -26,7 +26,7 @@
新增
- 下载导入模板
+ 下载模板
@@ -228,7 +228,7 @@ const $message = useMessage();
{
ifShow: reloadCreateBtn.value,
label: '重新生成',
- onClick: reloadCreateFn.bind(null, record),
+ onClick: reloadCreateFn.bind(null, { id: record.id }),
},
{
label: '删除',
diff --git a/jeecgboot-vue3/src/views/bl/blStuInfo/components/BlStuInfoV2Form.vue b/jeecgboot-vue3/src/views/bl/blStuInfo/components/BlStuInfoV2Form.vue
index ede651d..3bad1f5 100644
--- a/jeecgboot-vue3/src/views/bl/blStuInfo/components/BlStuInfoV2Form.vue
+++ b/jeecgboot-vue3/src/views/bl/blStuInfo/components/BlStuInfoV2Form.vue
@@ -9,9 +9,9 @@
-
+
diff --git a/jeecgboot-vue3/src/views/bl/blTeacherInfo/BlTeacherInfoList.vue b/jeecgboot-vue3/src/views/bl/blTeacherInfo/BlTeacherInfoList.vue
index 2e65522..e3e01e2 100644
--- a/jeecgboot-vue3/src/views/bl/blTeacherInfo/BlTeacherInfoList.vue
+++ b/jeecgboot-vue3/src/views/bl/blTeacherInfo/BlTeacherInfoList.vue
@@ -228,7 +228,7 @@ const $message = useMessage();
{
ifShow: reloadCreateBtn.value,
label: '重新生成',
- onClick: reloadCreateFn.bind(null, record),
+ onClick: reloadCreateFn.bind(null, { id: record.id }),
},
{
label: '删除',