提交 1b22a853 编写于 作者: W wwx691809

After an error is reported on the page, the status of the summary check is not clear

上级 6a3976ed
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册