@@ -1011,7 +1011,7 @@ export default {
},
async mounted () {
- const tabList = await getSetting(this, 'device', 'tabList')
+ const tabList = await getSetting('device', 'tabList')
if (tabList) {
console.debug(tabList)
this.tabList = tabList
@@ -624,7 +624,7 @@ export default {
}
- const stateList = await getSetting(this, 'device', 'stateList')
+ const stateList = await getSetting('device', 'stateList')
if (stateList) {
console.debug(stateList)
this.stateList = stateList
@@ -404,7 +404,7 @@ export default {
- const culWays = await getSetting(this, 'risk', 'culWays')
+ const culWays = await getSetting('risk', 'culWays')
if (culWays) {
console.debug(culWays)
this.culWays = culWays
@@ -468,7 +468,7 @@ export default {
- const config = await getSetting(this, 'facilityEnv', 'typeList')
+ const config = await getSetting('facilityEnv', 'typeList')
if (config) {
console.debug(config)
this.config = config