mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 17:43:55 +08:00
style: 优化部分样式,保持一致性
This commit is contained in:
@@ -395,7 +395,10 @@ export default {
|
||||
|
||||
// 获取设备状态
|
||||
fetchDeviceStatus(agentId) {
|
||||
// 开启表格等待状态,处理动态加载表头导致鼠标所在行的hover事件无法移除的问题
|
||||
this.loading = true;
|
||||
Api.device.getDeviceStatus(agentId, ({ data }) => {
|
||||
this.loading = false;
|
||||
if (data.code === 0) {
|
||||
try {
|
||||
// 解析后端返回的设备状态JSON
|
||||
|
||||
Reference in New Issue
Block a user