mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
--fix bug
This commit is contained in:
@@ -186,7 +186,10 @@ function del(id) {
|
||||
okType: 'danger',
|
||||
cancelText: () => '取消',
|
||||
onOk() {
|
||||
id && delStudentList({ids: [id]}).then(() => searchStu())
|
||||
if(id){
|
||||
loading.value = true
|
||||
delStudentList({ids: [id]}).then(() => searchStu())
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user