Merge branch 'master' of http://192.168.1.22:3000/frontend/admin-sjzx
This commit is contained in:
26
src/api/advance-boot/analyse.ts
Normal file
26
src/api/advance-boot/analyse.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import createAxios from '@/utils/request'
|
||||
|
||||
// 分析记录管理
|
||||
export function queryRelevantLogPage(data: any) {
|
||||
return createAxios({
|
||||
url: '/advance-boot/process/queryRelevantLogPage',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 删除策略
|
||||
export function delRelevantLog(data: any) {
|
||||
return createAxios({
|
||||
url: '/advance-boot/process/delRelevantLog',
|
||||
method: 'get',
|
||||
params:data,
|
||||
})
|
||||
}
|
||||
// 影响范围分析 查询
|
||||
export function queryEventsAssPage(data: any) {
|
||||
return createAxios({
|
||||
url: '/advance-boot/process/queryEventsAssPage',
|
||||
method: 'post',
|
||||
data,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user