!78 【bugfix】修复无法删除【系统配置】-->【其他配置】记录问题
Merge pull request !78 from xiaomaiyun/master
This commit is contained in:
commit
ed6419d2d9
@ -83,9 +83,11 @@
|
|||||||
}
|
}
|
||||||
// 删除
|
// 删除
|
||||||
const deleteConfig = (record) => {
|
const deleteConfig = (record) => {
|
||||||
let params = {
|
let params = [
|
||||||
|
{
|
||||||
id: record.id
|
id: record.id
|
||||||
}
|
}
|
||||||
|
]
|
||||||
configApi.configDelete(params).then(() => {
|
configApi.configDelete(params).then(() => {
|
||||||
table.value.refresh(true)
|
table.value.refresh(true)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user