This commit is contained in:
yanran200730
2023-02-17 17:15:26 +08:00
parent 567923139d
commit 580fbf1366

View File

@@ -9,7 +9,7 @@
</template>
<template #right>
<el-input
v-model="search.title"
v-model="search.idNumber"
class="search-input"
size="small"
v-throttle="() => {search.current = 1, getList()}"
@@ -55,7 +55,7 @@
search: {
current: 1,
size: 10,
title: '',
idNumber: '',
areaId: ''
},
total: 10,