村民活动
This commit is contained in:
		| @@ -5,7 +5,7 @@ | ||||
|         <template slot="left"> | ||||
|           <el-button type="primary" icon="iconfont iconAdd" @click="toAdd('')">发布活动</el-button> | ||||
|           <ai-select | ||||
|             v-model="search.isRealName" | ||||
|             v-model="search.status" | ||||
|             @change="search.current = 1, getList()" | ||||
|             placeholder="活动状态" | ||||
|             :selectList="dict.getDict('villageActivityStatus')"> | ||||
| @@ -64,7 +64,8 @@ | ||||
|         search: { | ||||
|           current: 1, | ||||
|           size: 10, | ||||
|           title: '' | ||||
|           title: '', | ||||
|           status: '' | ||||
|         }, | ||||
|         isLoading: false, | ||||
|         ids: [], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user