|
@@ -135,6 +135,7 @@ export default {
|
|
|
}
|
|
|
this.chartsData = JSON.parse(this.model.dataJsonStr)
|
|
|
this.getCharts(this.chartsData)
|
|
|
+ this.confirmLoading = false
|
|
|
} else {
|
|
|
queryRemoteOpcLogByDTO(param).then((res) => {
|
|
|
this.model = res.data
|
|
@@ -143,6 +144,7 @@ export default {
|
|
|
}
|
|
|
this.chartsData = JSON.parse(this.model.dataJsonStr)
|
|
|
this.getCharts(this.chartsData)
|
|
|
+ this.confirmLoading = false
|
|
|
}).catch(() => {
|
|
|
this.confirmLoading = false
|
|
|
})
|
|
@@ -206,6 +208,7 @@ export default {
|
|
|
}
|
|
|
this.chartsData = JSON.parse(this.model.dataJsonStr)
|
|
|
this.getCharts(this.chartsData)
|
|
|
+ this.confirmLoading = false
|
|
|
}).catch(() => {
|
|
|
this.confirmLoading = false
|
|
|
})
|