zhuliu há 10 meses atrás
pai
commit
3f1fa42290
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/project/patentCollection/index.vue

+ 1 - 0
src/views/project/patentCollection/index.vue

@@ -526,6 +526,7 @@ export default {
         orderDTOList: this.sort,//排序信息
       }
       this.loading = true
+      this.$commonJS.scrollToTop()
       // this.$store.commit("SET_PATENT_PARAMS", params);
       this.$store.commit("SET_PATENT_RECORDS", []);
       this.$api.QueryPatent(params).then(res => {