mirror of https://gitee.com/xiaonuobase/snowy
[bugfix]菜单管理-->按钮权限-->删除,无法自动刷新按钮列表
Signed-off-by: xiaomaiyun <923782299@qq.com>pull/75/head
parent
e533167710
commit
8291fd8293
|
@ -98,7 +98,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
buttonApi.buttonDelete(params).then((res) => {
|
buttonApi.buttonDelete(params).then((res) => {
|
||||||
message.success(res.msg)
|
|
||||||
table.value.refresh(true)
|
table.value.refresh(true)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue