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