feat: 对接用户组网管理
This commit is contained in:
@@ -190,7 +190,7 @@ const formatDelay = (ns) => {
|
||||
|
||||
const loadHostOptions = async () => {
|
||||
try {
|
||||
const res = await getRemoteHostList({ service_id: serviceId.value, page: 1, page_size: 100 })
|
||||
const res = await getRemoteHostList({ service_id: serviceId.value, page: 1, page_size: 10 })
|
||||
const body = res?.data
|
||||
if (body?.code === 200 && body?.data) {
|
||||
const inner = body.data
|
||||
|
||||
Reference in New Issue
Block a user