n20-common-lib 2.4.7 → 2.4.8

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -526,7 +526,7 @@ export default {
526
526
  },
527
527
  selSystem(item) {
528
528
  localStorage.setItem('pageInSystemNo', item.NO)
529
- localStorage.setItem('pageInType', 'inFront')
529
+ localStorage.setItem('pageInType', 'toFront')
530
530
  this.sltSys = item
531
531
  }
532
532
  }