查询列表

This commit is contained in:
2025-04-07 13:14:56 +08:00
parent d7d08675c6
commit 489112d028
5 changed files with 183 additions and 3 deletions

View File

@@ -15,3 +15,6 @@ export function tkhostdata(data) {
export function dicts(data) {
return postAxios({ url: 'param/dicts', data })
}
export function tkhostdetail(data) {
return postAxios({ url: 'tkinfo/tkhostdetail', data })
}