|  |  | 
 |  |  |       <view class="head_wrap">
 | 
 |  |  |          <view class="search_wrap">
 | 
 |  |  |             <image class="mr12 search" src="@/static/home/ic_search@2x.png" mode="widthFix"></image>
 | 
 |  |  |             <input v-model="param.deviceName" @confirm="getList()" type="text" placeholder="搜索设备名称/编号"
 | 
 |  |  |             <input v-model="param.deviceName" @confirm="queryList" type="text" placeholder="搜索设备名称/编号"
 | 
 |  |  |                placeholder-class="placeholder9" />
 | 
 |  |  |          </view>
 | 
 |  |  |          <view class="name_wrap" @click="handleMem">
 | 
 |  |  | 
 |  |  |          this.$eventBus.$on('memberSel', (option) => {
 | 
 |  |  |             this.$set(this.param, 'userName', option.realname)
 | 
 |  |  |             this.$set(this.param, 'userId', option.id) | 
 |  |  |             this.list = [] | 
 |  |  |             this.page = 1 | 
 |  |  |             this.getList()
 | 
 |  |  |          }) | 
 |  |  |          
 | 
 |  |  |       },
 | 
 |  |  |       methods: {
 | 
 |  |  |       methods: { | 
 |  |  |          queryList() { | 
 |  |  |             this.page = 1 | 
 |  |  |             this.list = [] | 
 |  |  |             this.getList() | 
 |  |  |          },
 | 
 |  |  |          getList() {
 | 
 |  |  |             const {
 | 
 |  |  |                page,
 | 
 |  |  | 
 |  |  |          },
 | 
 |  |  |          getpeo() {
 | 
 |  |  |             findInternalList().then(res => {
 | 
 |  |  |                this.columns = [res.data]
 | 
 |  |  |                this.columns = [...res.data]
 | 
 |  |  |             })
 | 
 |  |  |          },
 | 
 |  |  |          confirm(e) { | 
 |  |  | 
 |  |  | 
 | 
 |  |  | <style lang="scss" scoped>
 | 
 |  |  |    .main_app {
 | 
 |  |  |       padding: 0 30rpx;
 | 
 |  |  |       padding: 30rpx;
 | 
 |  |  |    }
 | 
 |  |  | 
 | 
 |  |  |    .head_wrap {
 |