更新数据

This commit is contained in:
2025-07-20 18:12:14 +08:00
parent 2ab7f59898
commit c1abd76205
2 changed files with 2 additions and 8 deletions

View File

@ -2,8 +2,8 @@
<el-dialog :title="titleValue" width="1400px" :model-value="modelValue" append-to-body @close="closed">
<div>
<el-form :model="listQuery" class="mosty-from-wrap" :inline="true">
<el-form-item label="标签名称">
<el-input placeholder="请输入标签名称" v-model="listQuery.xsMc" clearable ></el-input>
<el-form-item label="线索名称">
<el-input placeholder="请输入线索名称" v-model="listQuery.xsMc" clearable ></el-input>
</el-form-item>
<el-form-item>
<el-button type="success" @click="handleFilter">查询</el-button>