wuheng hace 1 año
padre
commit
026065fdc5
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
  1. 0 2
      src/store/modules/app/index.ts
  2. 0 2
      src/views/management/student/index.vue

+ 0 - 2
src/store/modules/app/index.ts

@@ -53,9 +53,7 @@ export const useAppStore = defineStore('app-store', {
       await nextTick();
       if (duration) {
         setTimeout(() => {
-          console.log('b', this.reloadFlag);
           this.reloadFlag = true;
-          console.log('f', this.reloadFlag);
         }, duration);
       } else {
         this.reloadFlag = true;

+ 0 - 2
src/views/management/student/index.vue

@@ -65,9 +65,7 @@ function beforeUpload(data: { file: UploadFileInfo; fileList: UploadFileInfo[] }
   }
   return true;
 }
-console.log('----------------------');
 onMounted(() => {
-  console.log('++++++++++++++++++++++');
   crudExpose.doRefresh();
 });
 </script>