mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
feat:增加未导入学员关闭弹框判断
This commit is contained in:
@@ -728,11 +728,13 @@ export default {
|
||||
// });
|
||||
}
|
||||
|
||||
{/* 添加学员弹框关闭,重新获取学员列表 */}
|
||||
const AddImpStuvisibleClose = () => {
|
||||
console.log('关闭了导入学员弹框')
|
||||
{/* 添加学员弹框关闭,重新获取学员列表 */}
|
||||
const AddImpStuvisibleClose = (isget) => {
|
||||
console.log('关闭了导入学员弹框',isget)
|
||||
{/* 此处操作重新获取学员列表数据 */}
|
||||
getStudent()
|
||||
if(isget){
|
||||
getStudent()
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user