From 1e9ac9d65ad7dbb1fd8213814787f65a472db8f9 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 24 Oct 2022 17:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E8=AF=84=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hlj/app/AppRatingTask/components/FormDetail.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/project/hlj/app/AppRatingTask/components/FormDetail.vue b/project/hlj/app/AppRatingTask/components/FormDetail.vue index ae812cce..e01fae56 100644 --- a/project/hlj/app/AppRatingTask/components/FormDetail.vue +++ b/project/hlj/app/AppRatingTask/components/FormDetail.vue @@ -13,6 +13,9 @@ + + 已填写{{ info.overPhr }}份,还剩{{ info.totalPhr }}份 + @@ -48,8 +51,8 @@ size="small" placeholder="请输入参评人、评分人姓名" clearable - v-throttle="() => {search.current = 1, getList()}" - @clear="search.current = 1, search.name = '', getList()" + v-throttle="() => {search1.current = 1, getList1()}" + @clear="search1.current = 1, search1.name = '', getList1()" suffix-icon="iconfont iconSearch"> @@ -92,8 +95,8 @@ size="small" placeholder="请输入参评人姓名" clearable - v-throttle="() => {search.current = 1, getList()}" - @clear="search.current = 1, search.name = '', getList()" + v-throttle="() => {search2.current = 1, getList2()}" + @clear="search2.current = 1, search2.name = '', getList2()" suffix-icon="iconfont iconSearch">