n20-common-lib 2.7.0-beta.1 → 2.7.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -441,7 +441,6 @@ export default {
|
|
|
441
441
|
},
|
|
442
442
|
methods: {
|
|
443
443
|
handleChangeSystem() {
|
|
444
|
-
this.menuDrawer = true
|
|
445
444
|
this.getTreeList({}, null)
|
|
446
445
|
let system_list = JSON.parse(localStorage.getItem('SYSTEM_LIST'))
|
|
447
446
|
let menuTree = JSON.parse(sessionStorage.getItem('menuTree'))
|
|
@@ -483,6 +482,7 @@ export default {
|
|
|
483
482
|
}
|
|
484
483
|
|
|
485
484
|
this.headerSystem = system_list
|
|
485
|
+
this.menuDrawer = true
|
|
486
486
|
console.log(this.headerSystem)
|
|
487
487
|
},
|
|
488
488
|
clickMenu(row) {
|