소스 검색

日常开发

林旭祥 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;
 };