Ver código fonte

日常开发

林旭祥 1 mês atrás
pai
commit
1954b5a992
1 arquivos alterados com 6 adições e 0 exclusões
  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;
 };