fix:系统设置assetPingSwitch bug修复

This commit is contained in:
wangwenrui
2020-04-21 18:48:09 +08:00
parent c034e388d7
commit fbde688ddd
3 changed files with 12 additions and 12 deletions

View File

@@ -1012,9 +1012,9 @@
let localStorageTitle = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-" + this.$route.path);
this.tablelable = localStorageTitle ? JSON.parse(localStorageTitle) : this.tableTitle;
// this.assetPingSwit
if (this.assetPingSwitch == 'off') {
console.log(this.assetPingSwitch)
console.log(this.tablelable)
for (let i in this.tablelable) {
let label = this.tablelable[i];