更新数据

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

View File

@ -22,7 +22,6 @@
<!-- 操作 --> <!-- 操作 -->
<template #controls="{ row }"> <template #controls="{ row }">
<el-link size="small" type="danger" @click="delDictItem(row.id)">删除</el-link> <el-link size="small" type="danger" @click="delDictItem(row.id)">删除</el-link>
<el-link size="small" type="warning" @click="relevancyClue(row)">解除关联</el-link>
</template> </template>
</MyTable> </MyTable>
</div> </div>
@ -115,11 +114,6 @@ const init = (type, row) => {
} }
}; };
//解除关联
const relevancyClue = (row) => {
};
// 提交 // 提交
const submit = () => { const submit = () => {
elform.value.submit((data) => { elform.value.submit((data) => {