BUG 29243

This commit is contained in:
2022-04-22 10:33:49 +08:00
parent b7104acd58
commit d697c5213f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<template #content>
<ai-search-bar class="mar-t8">
<template #left>
<el-date-picker v-model="search.createTime" type="date" placeholder="日期" size="small" clearable
<el-date-picker v-model="search.linksageDate" type="date" placeholder="日期" size="small" clearable
@change="page.current=1,getTableData()" class="w-300" value-format="yyyy-MM-dd"/>
</template>
<template #right>
@@ -61,7 +61,7 @@ export default {
},
data() {
return {
search: {name: ""},
search: {residentName: ""},
page: {current: 1, size: 10, total: 0},
tableData: [],
dialog: false,

View File

@@ -75,7 +75,7 @@ export default {
},
data() {
return {
search: {name: "", ids: ""},
search: {residentName: "", ids: ""},
page: {current: 1, size: 10, total: 0},
tableData: [],
dialog: false,