更新数据
This commit is contained in:
@ -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>
|
||||
|
@ -22,7 +22,6 @@
|
||||
<!-- 操作 -->
|
||||
<template #controls="{ row }">
|
||||
<el-link size="small" type="danger" @click="delDictItem(row.id)">删除</el-link>
|
||||
<el-link size="small" type="warning" @click="relevancyClue(row)">解除关联</el-link>
|
||||
</template>
|
||||
</MyTable>
|
||||
</div>
|
||||
@ -115,11 +114,6 @@ const init = (type, row) => {
|
||||
}
|
||||
};
|
||||
|
||||
//解除关联
|
||||
const relevancyClue = (row) => {
|
||||
|
||||
};
|
||||
|
||||
// 提交
|
||||
const submit = () => {
|
||||
elform.value.submit((data) => {
|
||||
|
Reference in New Issue
Block a user