diff --git a/src/components/SearchGrade.vue b/src/components/SearchGrade.vue index 54664449afe84f77a5e74783f65667fbbd3e94d0..ba5954acad1a6207aa16de89d871919b01a9423a 100644 --- a/src/components/SearchGrade.vue +++ b/src/components/SearchGrade.vue @@ -185,7 +185,7 @@ function initFirstData() { onUnmounted(() => { window.onresize = null }) - const jumpUrl = (url) => { + function jumpUrl(url){ window.open(url, '_blank') } } @@ -203,7 +203,7 @@ function initFirstData() { :loading="state.loading" :pagination="state.pagination">