add:临时通道移库

This commit is contained in:
2023-05-18 17:37:02 +08:00
parent e8abec2f26
commit 1ab3878fe2
14 changed files with 675 additions and 61 deletions

View File

@@ -30,3 +30,11 @@ export function autoWeb() { // 查询立库监控数据
method: 'post'
})
}
export function queryNum(data) { // 获取个数
return request({
url: 'api/autoWeb/queryNum',
method: 'post',
data
})
}