@@ -1043,6 +1043,9 @@
} else {
this.goDetail(item);
}
+ const url = new URL(window.location.href);
+ url.search = ''; // 清空查询参数
+ window.history.pushState({}, '', url.href);
});
this.getFieldModel();