NEZ-1408 fix:处理页面报错
This commit is contained in:
@@ -863,7 +863,7 @@ export default {
|
||||
this.$refs['localLoadingScreen' + this.chartIndex].endLoading()
|
||||
} else {
|
||||
// this.showLoading = false;
|
||||
this.$refs['localLoading' + this.chartIndex].endLoading()
|
||||
this.$refs['localLoading' + this.chartIndex] && this.$refs['localLoading' + this.chartIndex].endLoading()
|
||||
}
|
||||
},
|
||||
resize (chartItem) {
|
||||
|
||||
Reference in New Issue
Block a user