小组长删除问题

This commit is contained in:
lpq
2023-02-22 22:31:26 +08:00
parent 4460e1ddcd
commit 5cdafdcbdf

View File

@@ -630,7 +630,7 @@ function bathDel() {
return message.warning("选择人员中:"+arr[0].studentName + "是小组长,请勿删除!");
}
tableData.value.loading = true;
// delStudentList({ ids: stuSelectKeys.value }).then(() => getStuList());
delStudentList({ ids: stuSelectKeys.value }).then(() => getStuList());
}
function del(id,row) {