feat(系统管理-日志管理): pc查看仪表板记录日志-前端

This commit is contained in:
fit2cloud-chenyw
2022-08-18 00:12:17 -04:00
parent aae72c991a
commit 94d9c537b7
4 changed files with 26 additions and 9 deletions

View File

@@ -90,6 +90,15 @@ export function findOne(id) {
})
}
export function viewPanelLog(data) {
return request({
url: 'panel/group/viewLog',
method: 'post',
loading: true,
data
})
}
export function getTable(id) {
return request({
url: '/panel/table/get/' + id,