| | |
| | | if (config.$time) { |
| | | if (!this.loaded) { |
| | | Api.getLCacheConfig(config.uuid, config.$time).then(res => { |
| | | if (!res && config.setting.onload === 'true') { |
| | | if (!res.valid && config.setting.onload === 'true') { |
| | | setTimeout(() => { |
| | | this.loadData() |
| | | }, config.setting.delay || 0) |
| | | } |
| | | |
| | | if (!res || this.loaded) return |
| | | if (!res.data || this.loaded) return |
| | | |
| | | this.data = res |
| | | this.data = res.data |
| | | |
| | | if (config.subtype !== 'ratioboard') { |
| | | if (Array.isArray(this.data)) { |
| | |
| | | } else { |
| | | if (!this.loaded) { |
| | | Api.getLCacheConfig(config.uuid, 0).then(res => { |
| | | if (!res || this.loaded) return |
| | | if (!res.data || this.loaded) return |
| | | |
| | | this.data = res |
| | | this.data = res.data |
| | | |
| | | if (config.subtype !== 'ratioboard') { |
| | | if (Array.isArray(this.data)) { |
| | |
| | | _data.value = _data[config.plot.valueField] || 0 |
| | | } |
| | | |
| | | if (!is(fromJS(this.data), fromJS(_data))) { |
| | | this.data = _data |
| | | this.handleData() |
| | | } |
| | | this.data = _data |
| | | this.handleData() |
| | | |
| | | this.loaded = true |
| | | |