fix:修复 因为路由改变跳转的问题

This commit is contained in:
zhangyu
2022-03-24 09:52:47 +08:00
parent 7f0eebcd86
commit a2cd704d14
4 changed files with 8 additions and 8 deletions

View File

@@ -340,7 +340,7 @@ export default {
route += 'asset'
} else {
tableId = type + 'Table'
route += 'monitor/' + type
route += type
}
let pageSize = localStorage.getItem('nz-pageSize-' + localStorage.getItem('nz-username') + '-' + tableId)
if (!(pageSize && pageSize !== 'undefined')) {