fix:案例详情页点击搜索返回列表页时触发接口

This commit is contained in:
zxj
2025-12-03 17:21:04 +08:00
parent d2f3b2d79c
commit 56103bbdf6
2 changed files with 521 additions and 325 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -895,6 +895,14 @@ export default {
};
},
watch: {
"$route.query.keyword": {
handler(newval) {
if (newval) {
this.search(true);
}
},
immediate: true,
},
// years() {
// this.search(true)
// }