This commit is contained in:
yanran200730
2022-10-26 10:09:24 +08:00
parent 6e5657e446
commit bdf6459fd6
3 changed files with 10 additions and 2 deletions

View File

@@ -50,6 +50,7 @@
<el-input
v-model="search1.name"
size="small"
key="currindex1"
placeholder="请输入参评人、评分人姓名"
clearable
v-throttle="() => {search1.current = 1, getList1()}"
@@ -109,6 +110,7 @@
<el-input
v-model="search2.name"
size="small"
key="currindex2"
placeholder="请输入参评人姓名"
clearable
v-throttle="() => {search2.current = 1, getList2()}"