提交 879558b1 编写于 作者: W WeiFeng-mindinsight

fix step trace bug that click confirm button show error message when step input box is empty

上级 34074440
...@@ -270,7 +270,7 @@ export default { ...@@ -270,7 +270,7 @@ export default {
this.queryTrainingTrace(0); this.queryTrainingTrace(0);
}, },
changeStep(value) { changeStep(value) {
if (value === 0) { if (value === 0 || (!this.steps.step && this.steps.step !== 0)) {
this.steps.step = null; this.steps.step = null;
this.steps.trueStep = null; this.steps.trueStep = null;
this.queryTrainingTrace(0); this.queryTrainingTrace(0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册