-- fix bug

This commit is contained in:
yuping
2023-03-03 12:41:39 +08:00
parent 56b919cde6
commit 3e703c6c5a

View File

@@ -680,7 +680,7 @@ function bathDel() {
);
}
tableData.value.loading = true;
delStudentList({ ids: stuSelectKeys.value }).then(() => getStuList());
delStudentList({ ids: stuSelectKeys.value,type:props.type,targetId:props.id }).then(() => getStuList());
}
const deleteModalVisible = ref(false);