fix: 实体代码整理

This commit is contained in:
chenjinsong
2022-03-27 20:52:07 +08:00
parent f6f82d26c4
commit b9cdb81bc6
3 changed files with 34 additions and 29 deletions

View File

@@ -251,9 +251,9 @@ export default {
}
}).finally(() => {
setTimeout(() => {
if(!(isIpHostedDomain(this.chartInfo.type) || isAppRelatedDomain(this.chartInfo.type)) ){
if (!(isIpHostedDomain(this.chartInfo.type) || isAppRelatedDomain(this.chartInfo.type))) {
this.loading = false
}else if(!this.chartData || this.chartData.length === 0){
} else if (!this.chartData || this.chartData.length === 0) {
this.loading = false
}
}, 200)