|
@@ -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 => {
|