bug
This commit is contained in:
		@@ -154,6 +154,7 @@ export default {
 | 
				
			|||||||
    areaSelect(e) {
 | 
					    areaSelect(e) {
 | 
				
			||||||
      this.data = []
 | 
					      this.data = []
 | 
				
			||||||
      this.areaId = e
 | 
					      this.areaId = e
 | 
				
			||||||
 | 
					      this.current = 1
 | 
				
			||||||
      this.getList()
 | 
					      this.getList()
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -162,6 +163,7 @@ export default {
 | 
				
			|||||||
      this.areaId = this.user.areaId
 | 
					      this.areaId = this.user.areaId
 | 
				
			||||||
      this.keyword = ''
 | 
					      this.keyword = ''
 | 
				
			||||||
      this.currentTabs = index
 | 
					      this.currentTabs = index
 | 
				
			||||||
 | 
					      this.current = 1
 | 
				
			||||||
      this.getList()
 | 
					      this.getList()
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="selectType">
 | 
					  <div class="selectType">
 | 
				
			||||||
    <div class="header-top">
 | 
					    <div class="header-top" v-if="!showType">
 | 
				
			||||||
      <u-search v-model="keyword" placeholder="请输入姓名" :show-action="false" bg-color="#F5F5F5" search-icon-color="#CCCCCC" placeholder-color="#999999" @search="handerSearch" @clear="handerClear"></u-search>
 | 
					      <u-search v-model="keyword" placeholder="请输入姓名" :show-action="false" bg-color="#F5F5F5" search-icon-color="#CCCCCC" placeholder-color="#999999" @search="handerSearch" @clear="handerClear"></u-search>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user