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: '删除',