林旭祥 1 mēnesi atpakaļ
vecāks
revīzija
1954b5a992
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      src/components/MultipleItemAllRanking/index.vue

+ 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;
 };