|
@@ -249,6 +249,7 @@ export default {
|
|
|
}
|
|
|
this.qualityLoading = false
|
|
|
}).catch((error) => {
|
|
|
+ console.log(error)
|
|
|
this.qualityLoading = false
|
|
|
})
|
|
|
},
|
|
@@ -287,6 +288,7 @@ export default {
|
|
|
}
|
|
|
this.throughputLoading = false
|
|
|
}).catch((error) => {
|
|
|
+ console.log(error)
|
|
|
this.throughputLoading = false
|
|
|
})
|
|
|
},
|