[bugfix]菜单管理-->按钮权限-->删除,无法自动刷新按钮列表

Signed-off-by: xiaomaiyun <923782299@qq.com>
pull/75/head
xiaomaiyun 2022-12-15 15:25:15 +00:00 committed by Gitee
parent e533167710
commit 8291fd8293
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@
}
]
buttonApi.buttonDelete(params).then((res) => {
message.success(res.msg)
table.value.refresh(true)
})
}