diff --git a/mindinsight/ui/src/views/train-manage/compare-plate.vue b/mindinsight/ui/src/views/train-manage/compare-plate.vue index 3a6e0c1a89adda557d51b6bc9dadb9be725cc2f4..6d1669ccfac901486db39d86d143b5d2b69524ff 100644 --- a/mindinsight/ui/src/views/train-manage/compare-plate.vue +++ b/mindinsight/ui/src/views/train-manage/compare-plate.vue @@ -394,10 +394,9 @@ export default { this.trainJobsCaches(); } }); - }, this.requestErrorCallback) + }) .catch((e) => { - this.initOver = true; - this.$message.error(this.$t('public.dataError')); + this.requestErrorCallback(e); }); }, @@ -1324,7 +1323,7 @@ export default { summaryColor = CommonProperty.commonColorArr[colorIndex]; this.summaryOperateList.push({ label: summaryObj.train_id, - checked: false, + checked: true, show: false, color: summaryColor, colorIndex: colorIndex,