微调
This commit is contained in:
@@ -80,11 +80,8 @@
|
||||
prop: 'operation',
|
||||
label: '操作',
|
||||
fixed: 'right',
|
||||
<<<<<<< HEAD
|
||||
width:250,
|
||||
=======
|
||||
width: 250,
|
||||
>>>>>>> 12201e065fe575761995440a3bf1e9876321c6e6
|
||||
|
||||
},
|
||||
])
|
||||
|
||||
@@ -96,10 +93,6 @@
|
||||
|
||||
// 删除字典类型
|
||||
const handleDelete = async (params: Dict.ResDictTree) => {
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
console.log(params)
|
||||
>>>>>>> 12201e065fe575761995440a3bf1e9876321c6e6
|
||||
await useHandleData(deleteDictTree, params, `删除【${params.name}】树形字典类型`)
|
||||
proTable.value?.getTableList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user