jwyu há 2 anos atrás
pai
commit
e020be9ecf
3 ficheiros alterados com 5 adições e 4 exclusões
  1. 1 1
      src/router/index.js
  2. 3 3
      src/views/myChart/List.vue
  3. 1 0
      src/views/myChart/Search.vue

+ 1 - 1
src/router/index.js

@@ -433,7 +433,7 @@ const routes=[
         component:()=>import('@/views/myChart/List.vue'),
         meta: {
           title: "我的图库",
-          keepAlive:true,
+          keepAlive:false,
           isRoot:true
         }
       },

+ 3 - 3
src/views/myChart/List.vue

@@ -69,9 +69,9 @@ function goDetail(item){
     })
 }
 
-onActivated(()=>{
-    getMyClassifyOpt()
-})
+// onActivated(()=>{
+//     getMyClassifyOpt()
+// })
 
 
 </script>

+ 1 - 0
src/views/myChart/Search.vue

@@ -101,6 +101,7 @@ onBeforeRouteLeave((to)=>{
                 :defaultVal="listState.keyword"
                 style="background-color:#fff"
                 @search="handleSearch"
+                @clean="handleSearch"
             />
         </div>
         <template v-if="listState.keyword||listState.sClassifyId">