jwyu 2 years ago
parent
commit
cc07f67f9f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/report/reportForVariety/List.vue

+ 2 - 1
src/views/report/reportForVariety/List.vue

@@ -5,6 +5,7 @@ import moment from 'moment';
 import { reactive,onMounted,onActivated,computed,ref } from 'vue'
 import { useRoute,useRouter } from 'vue-router';
 import { useStore } from 'vuex';
+import { ElMessage } from 'element-plus'
 
 const route=useRoute()
 const router=useRouter()
@@ -30,7 +31,7 @@ const getPermissionList=async ()=>{
             ElMessage.warning('暂无权限')
             setTimeout(() => {
                 router.replace('/report/classify')
-            }, 1500);
+            }, 2000);
             return
         }
         permissionList.list=arr