bug
This commit is contained in:
@@ -154,6 +154,7 @@ export default {
|
||||
areaSelect(e) {
|
||||
this.data = []
|
||||
this.areaId = e
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
|
||||
@@ -162,6 +163,7 @@ export default {
|
||||
this.areaId = this.user.areaId
|
||||
this.keyword = ''
|
||||
this.currentTabs = index
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user