@@ -178,6 +178,12 @@ const getNext = () => {
//关闭
const close = () => {
+ oneObj.value = {};
+ twoObj.value = {};
+ threeObj.value = {};
+ otherStudentList.value = [];
+ studentList.value = [];
+ currentPage.value = 1;
windowState.value = false;
};