修改人员信息页面的uni-unput换成wd-input没有chenge事件的问题,用confirm的事件

This commit is contained in:
liaodeyun 2025-10-10 12:25:34 +08:00
parent 2dacbe6c08
commit 2d0c4ff808
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>