mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
feat(系统管理-日志管理): pc查看仪表板记录日志-前端
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user