fix:修改表格中英文切换时的部分表格表头没变换的问题

This commit is contained in:
zhangyu
2020-12-24 11:07:44 +08:00
parent 74af760db7
commit d2c855c074
5 changed files with 5 additions and 1 deletions

View File

@@ -782,6 +782,7 @@
this.tools.customTableTitle=localStorage.getItem("nz-tableTitle-"+localStorage.getItem("nz-username")+"-"+this.$route.path)
?JSON.parse(localStorage.getItem("nz-tableTitle-"+localStorage.getItem("nz-username")+"-"+this.$route.path))
:this.tableTitle;
this.tableTitleReset(this.tableTitle,this.tools.customTableTitle);
setTimeout(()=>{
this.ready=true;
},300);