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">