From 49510991e66bd82f45bac233f57f86bf505568db Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sat, 18 Feb 2023 11:42:51 +0800 Subject: [PATCH] --fix bug --- src/components/student/TableStudent.vue | 6 ++- src/views/learningpath/LevelAdd.vue | 55 ++++++------------------- 2 files changed, 17 insertions(+), 44 deletions(-) diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index bf0448af..66529389 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -776,7 +776,11 @@ const AddImpStuvisibleClose = (isget) => { if (isget) { getStuList(); } -}; +} +function startLoading(){ + tableData.value.loading = true; +} +defineExpose({getStuList,startLoading})