Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2bfbcd1918b973b7fbe4d456cfbccecd5907c425
Authored by
fengwotao
2023-02-09 15:59:32 +0800
1 parent
afb61f32
pref:命令记录新增响应类型 和响应失败内容显示 调整部分样式
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
deviceSubPage/deviceDetailPage/tabDetail/CommandDetail.vue
deviceSubPage/deviceDetailPage/tabDetail/CommandDetail.vue
View file @
2bfbcd1
@@ -92,6 +92,7 @@
@@ -92,6 +92,7 @@
92
return formatVal
92
return formatVal
93
} catch (e) {
93
} catch (e) {
94
console.error("命令记录页面格式化无返回值", e);
94
console.error("命令记录页面格式化无返回值", e);
95
+
return value['params']
95
}
96
}
96
}
97
}
97
},
98
},