修改人员信息页面的uni-unput换成wd-input没有chenge事件的问题,用confirm的事件
This commit is contained in:
parent
2dacbe6c08
commit
2d0c4ff808
@ -16,11 +16,11 @@
|
||||
</wd-row>
|
||||
<wd-row>
|
||||
<wd-col :span="12">
|
||||
<wd-input v-model="realname" clearable placeholder="姓名模糊查询" @change="getList"
|
||||
<wd-input v-model="realname" clearable placeholder="姓名模糊查询" @confirm="getList"
|
||||
@clear="getList"></wd-input>
|
||||
</wd-col>
|
||||
<wd-col :span="12">
|
||||
<wd-input v-model="contractNumber" clearable placeholder="劳动合同号模糊查询" @change="getList"
|
||||
<wd-input v-model="contractNumber" clearable placeholder="劳动合同号模糊查询" @confirm="getList"
|
||||
@clear="getList"></wd-input>
|
||||
</wd-col>
|
||||
</wd-row>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<date-time-show></date-time-show>
|
||||
</view>
|
||||
<wd-card title="天然气实时数据">
|
||||
天然气计量实时数据
|
||||
天然气计量实时数据。
|
||||
<template #footer>
|
||||
<wd-button size="small" @click="gotoTrqSssj" plain>查看详情</wd-button>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user