更新数据

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

@ -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) => {