add:设备基础信息
This commit is contained in:
@@ -180,15 +180,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 转换为表格需要的格式(s-table 需要 rows 字段)
|
return res
|
||||||
const result = {
|
|
||||||
rows: res.records || [],
|
|
||||||
total: res.total || 0,
|
|
||||||
size: res.size || 10,
|
|
||||||
current: res.current || 1
|
|
||||||
}
|
|
||||||
console.log('转换后的数据:', result)
|
|
||||||
return result
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user