fix:修复asset列表变更后,左侧菜单不刷新的问题
This commit is contained in:
@@ -1295,7 +1295,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
|
||||
});
|
||||
@@ -1310,7 +1310,7 @@
|
||||
});
|
||||
}else {
|
||||
detail.push({
|
||||
title: vm.$t('asset.basicTitle'),
|
||||
title: vm.$t('project.chart.basicTitle'),
|
||||
type: 'basic',
|
||||
data: {
|
||||
sn: 'assetInfo Test',
|
||||
|
||||
Reference in New Issue
Block a user