| | |
| | | visible: false, |
| | | dataSource: [], |
| | | //系统是否实施设备管理模块 |
| | | eamModuleFlag: true, |
| | | eamModuleFlag: false, |
| | | } |
| | | }, |
| | | created() { |
| | | this.loadEamSystemConfigValue(); |
| | | // this.loadEamSystemConfigValue(); |
| | | this.closeAll() |
| | | }, |
| | | methods: { |
| | |
| | | this.$emit('selectFinished', this.deviceNodes) |
| | | this.visible = false |
| | | }, |
| | | loadEamSystemConfigValue() { |
| | | let params = {settingKey: 'has_eam_module'}; |
| | | getSystemConfigValue(params).then(res => { |
| | | if (res.success) { |
| | | this.eamModuleFlag = res.result.settingValue === '1' |
| | | } |
| | | }) |
| | | }, |
| | | // loadEamSystemConfigValue() { |
| | | // let params = {settingKey: 'has_eam_module'}; |
| | | // getSystemConfigValue(params).then(res => { |
| | | // if (res.success) { |
| | | // this.eamModuleFlag = res.result.settingValue === '1' |
| | | // } |
| | | // }) |
| | | // }, |
| | | |
| | | } |
| | | } |