diff --git a/index.html b/index.html index c80afd8..70387bd 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ <%= title %> + diff --git a/src/views/site/tingKeZuJi/more.vue b/src/views/site/tingKeZuJi/more.vue index 572cde8..27fccde 100644 --- a/src/views/site/tingKeZuJi/more.vue +++ b/src/views/site/tingKeZuJi/more.vue @@ -16,7 +16,7 @@ - + @@ -24,18 +24,20 @@ 全部 - 未评价 - 已评价 + 未评价 + 已评价 - + + + - + @@ -56,6 +58,13 @@ import { getSysConfig } from '/@/views/site/utils/index'; const queryParam = ref({ startDate: getSysConfig().bxqkssj, endDate: getSysConfig().bxqjssj, pj: '' }); +const listRef = ref(); + +function onSearch(){ + console.log('onSearch -A',listRef); + listRef.value.onSearch(); +} +