--fix bug

This commit is contained in:
yuping
2023-02-18 11:42:51 +08:00
parent 88ed4b5ed9
commit 49510991e6
2 changed files with 17 additions and 44 deletions

View File

@@ -776,7 +776,11 @@ const AddImpStuvisibleClose = (isget) => {
if (isget) {
getStuList();
}
};
}
function startLoading(){
tableData.value.loading = true;
}
defineExpose({getStuList,startLoading})
</script>
<style lang="scss">
.TableStudent {