zhuliu 10 月之前
父節點
當前提交
3f1fa42290
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 => {