Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
lpq
2023-02-18 20:21:22 +08:00
19 changed files with 592 additions and 376 deletions

View File

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