Merge branch 'codeCheck' of https://git.mesalab.cn/nezha/nezha-fronted into codeCheck1

This commit is contained in:
zhangyu
2020-08-24 18:04:06 +08:00
5 changed files with 9 additions and 7 deletions

View File

@@ -1328,7 +1328,7 @@
if(response.code == 200){
response.data && function() {
response.data.Basic && detail.push({
title: vm.$t('asset.basicTitle'),
title: vm.$t('project.chart.basicTitle'),
type: 'basic',
data: response.data.Basic
});
@@ -1343,7 +1343,7 @@
});
}else {
detail.push({
title: vm.$t('asset.basicTitle'),
title: vm.$t('project.chart.basicTitle'),
type: 'basic',
data: {
sn: 'assetInfo Test',