林旭祥 1 ماه پیش
والد
کامیت
1954b5a992
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  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;
 };