微调
This commit is contained in:
12
frontend/src/api/device/testSource/index.ts
Normal file
12
frontend/src/api/device/testSource/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { ResPage } from '@/api/interface'
|
||||
import type { TestSource } from '@/api/device/interface/testSource'
|
||||
import http from '@/api'
|
||||
|
||||
/**
|
||||
* @name 检测源管理模块
|
||||
*/
|
||||
// 获取检测脚本列表
|
||||
export const getTestSourceList = (params: TestSource.ReqTestSourceParams) => {
|
||||
return http.post<ResPage<TestSource.TestSourceBO>>(`/testSource/list`, params)
|
||||
// return http.post<ResPage<Role.ResRoleList>>(`${rePrefix}/testSource/list`, params)
|
||||
}
|
||||
Reference in New Issue
Block a user