NEZ-428 fix:修复overview 流量统计图x轴时区显示问题 & 修复所有页面设置表头后切换语言的显示bug

This commit is contained in:
wangwenrui
2020-10-30 15:54:47 +08:00
parent c2986b9034
commit 9be90e49f0
13 changed files with 34 additions and 30 deletions

View File

@@ -737,6 +737,8 @@
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-" + this.$route.path))
: this.tableTitle;
this.tableTitleReset(this.tableTitle,tableTitle);
if (this.assetPingSwitch == 'off') {
this.dispatchEvent('asset-ping-switch-change',false)
for (let i in tableTitle) {