更新数据
This commit is contained in:
@ -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