From 5c9b2f5cfe5258251d430481dc9162a8075d381b Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Wed, 12 Apr 2023 23:21:42 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B44=E6=9C=8812=E6=97=A5=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + src/views/kc/ktgl/KcKechengbiao.data.ts | 2 +- src/views/kc/ktgl/KcKechengbiaoList.vue | 14 ++++++++++- src/views/kc/ktgl/KcKetangbiao.data.ts | 13 +++++----- src/views/kc/ktgl/KcKetangbiaoList.vue | 18 ++++++++++++-- .../kc/ktgl/components/KcKechengbiaoForm.vue | 2 +- .../kc/ktgl/components/KcKetangbiaoForm.vue | 2 +- src/views/site/tingKeZuJi/list.vue | 24 +++++++++++++++---- src/views/site/tingKeZuJi/more.vue | 19 +++++++++++---- 9 files changed, 73 insertions(+), 22 deletions(-) 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(); +} +