BUG 29243
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|       <template #content> |       <template #content> | ||||||
|         <ai-search-bar class="mar-t8"> |         <ai-search-bar class="mar-t8"> | ||||||
|           <template #left> |           <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"/> |                             @change="page.current=1,getTableData()" class="w-300" value-format="yyyy-MM-dd"/> | ||||||
|           </template> |           </template> | ||||||
|           <template #right> |           <template #right> | ||||||
| @@ -61,7 +61,7 @@ export default { | |||||||
|   }, |   }, | ||||||
|   data() { |   data() { | ||||||
|     return { |     return { | ||||||
|       search: {name: ""}, |       search: {residentName: ""}, | ||||||
|       page: {current: 1, size: 10, total: 0}, |       page: {current: 1, size: 10, total: 0}, | ||||||
|       tableData: [], |       tableData: [], | ||||||
|       dialog: false, |       dialog: false, | ||||||
|   | |||||||
| @@ -75,7 +75,7 @@ export default { | |||||||
|   }, |   }, | ||||||
|   data() { |   data() { | ||||||
|     return { |     return { | ||||||
|       search: {name: "", ids: ""}, |       search: {residentName: "", ids: ""}, | ||||||
|       page: {current: 1, size: 10, total: 0}, |       page: {current: 1, size: 10, total: 0}, | ||||||
|       tableData: [], |       tableData: [], | ||||||
|       dialog: false, |       dialog: false, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user