feat:增加未导入学员关闭弹框判断

This commit is contained in:
wyx
2023-01-10 16:50:08 +08:00
parent 2f86d38cdd
commit 6720e36840
3 changed files with 16 additions and 8 deletions

View File

@@ -728,11 +728,13 @@ export default {
// });
}
{/* 添加学员弹框关闭,重新获取学员列表 */}
const AddImpStuvisibleClose = () => {
console.log('关闭了导入学员弹框')
{/* 添加学员弹框关闭,重新获取学员列表 */}
const AddImpStuvisibleClose = (isget) => {
console.log('关闭了导入学员弹框',isget)
{/* 此处操作重新获取学员列表数据 */}
getStudent()
if(isget){
getStudent()
}
}
return {