25562
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| <template> | <template> | ||||||
|   <ai-list class="notice"> |   <ai-list class="notice"> | ||||||
|     <template slot="title"> |     <template slot="title"> | ||||||
|       <ai-title title="本村简介" isShowBottomBorder></ai-title> |       <ai-title title="本村简介" isShowBottomBorder isShowArea v-model="search.areaId" :instance="instance" @change="search.current = 1, getList()"></ai-title> | ||||||
|     </template> |     </template> | ||||||
|     <template slot="content"> |     <template slot="content"> | ||||||
|       <ai-search-bar class="search-bar"> |       <ai-search-bar class="search-bar"> | ||||||
| @@ -13,7 +13,7 @@ | |||||||
|             v-model="search.title" |             v-model="search.title" | ||||||
|             class="search-input" |             class="search-input" | ||||||
|             size="small" |             size="small" | ||||||
|             @keyup.enter.native="search.current = 1, search.title, getList()" |             @keyup.enter.native="search.current = 1, getList()" | ||||||
|             placeholder="请输入标题" |             placeholder="请输入标题" | ||||||
|             clearable |             clearable | ||||||
|             @clear="search.current = 1, search.title = '', getList()" |             @clear="search.current = 1, search.title = '', getList()" | ||||||
| @@ -65,7 +65,8 @@ | |||||||
|         search: { |         search: { | ||||||
|           current: 1, |           current: 1, | ||||||
|           size: 10, |           size: 10, | ||||||
|           title: '' |           title: '', | ||||||
|  |           areaId: '' | ||||||
|         }, |         }, | ||||||
|         currIndex: -1, |         currIndex: -1, | ||||||
|         areaList: [], |         areaList: [], | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| <template> | <template> | ||||||
|   <ai-list class="notice"> |   <ai-list class="notice"> | ||||||
|     <template slot="title"> |     <template slot="title"> | ||||||
|       <ai-title title="村规民约" isShowBottomBorder></ai-title> |       <ai-title title="村规民约" isShowBottomBorder v-model="search.areaId" :instance="instance" @change="search.current = 1, getList()"></ai-title> | ||||||
|     </template> |     </template> | ||||||
|     <template slot="content"> |     <template slot="content"> | ||||||
|       <ai-search-bar class="search-bar"> |       <ai-search-bar class="search-bar"> | ||||||
| @@ -65,7 +65,8 @@ | |||||||
|         search: { |         search: { | ||||||
|           current: 1, |           current: 1, | ||||||
|           size: 10, |           size: 10, | ||||||
|           title: '' |           title: '', | ||||||
|  |           areaId: '' | ||||||
|         }, |         }, | ||||||
|         currIndex: -1, |         currIndex: -1, | ||||||
|         areaList: [], |         areaList: [], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user