|
@@ -9,8 +9,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="search dis j-s a-c mt-5">
|
|
<view class="search dis j-s a-c mt-5">
|
|
|
<u-search v-model="pageRequest.criteria"
|
|
<u-search v-model="pageRequest.criteria"
|
|
|
- style="box-shadow: 0px 4px 10px 0px #DAE3F4;border-radius: 6px;" @custom="custom" @search="search"
|
|
|
|
|
- :shape="shape" :height='68' bg-color="#fff" color="#000" :input-style="{background:'transparent'}"
|
|
|
|
|
|
|
+ style="box-shadow: 0px 4px 10px 0px #DAE3F4;border-radius: 6px;" @search="search" :shape="shape"
|
|
|
|
|
+ :height='68' bg-color="#fff" color="#000" :input-style="{background:'transparent'}"
|
|
|
placeholder-color="rgba(51,51,51,0.6)" :clearabled="clearabled" :show-action="showAction"
|
|
placeholder-color="rgba(51,51,51,0.6)" :clearabled="clearabled" :show-action="showAction"
|
|
|
:input-align="inputAlign" @clear="clear" :action-style="{background:'#fff'}"
|
|
:input-align="inputAlign" @clear="clear" :action-style="{background:'#fff'}"
|
|
|
placeholder="请输入工号、姓名、手机号查询"></u-search>
|
|
placeholder="请输入工号、姓名、手机号查询"></u-search>
|
|
@@ -184,7 +184,8 @@
|
|
|
this.querylist();
|
|
this.querylist();
|
|
|
},
|
|
},
|
|
|
//搜索按钮事件
|
|
//搜索按钮事件
|
|
|
- custom(val) {
|
|
|
|
|
|
|
+ clear(val) {
|
|
|
|
|
+ this.pageRequest.criteria = "";
|
|
|
this.querylist();
|
|
this.querylist();
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|