提交 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 { ...@@ -394,10 +394,9 @@ export default {
this.trainJobsCaches(); this.trainJobsCaches();
} }
}); });
}, this.requestErrorCallback) })
.catch((e) => { .catch((e) => {
this.initOver = true; this.requestErrorCallback(e);
this.$message.error(this.$t('public.dataError'));
}); });
}, },
...@@ -1324,7 +1323,7 @@ export default { ...@@ -1324,7 +1323,7 @@ export default {
summaryColor = CommonProperty.commonColorArr[colorIndex]; summaryColor = CommonProperty.commonColorArr[colorIndex];
this.summaryOperateList.push({ this.summaryOperateList.push({
label: summaryObj.train_id, label: summaryObj.train_id,
checked: false, checked: true,
show: false, show: false,
color: summaryColor, color: summaryColor,
colorIndex: colorIndex, colorIndex: colorIndex,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册