Kaynağa Gözat

日常开发

林旭祥 1 ay önce
ebeveyn
işleme
1954b5a992

+ 6 - 0
src/components/MultipleItemAllRanking/index.vue

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