Issue #68: Second point done.

This commit is contained in:
chiayin
2023-09-27 10:17:50 +08:00
parent 442a7168b6
commit 7617af8159
2 changed files with 5 additions and 11 deletions

View File

@@ -580,7 +580,7 @@ export default {
task_seq: this.selectCfmSeqDirectly,
};
this.isSubmitReset();
this.isSubmitCfmSeqDirectly = this.selectCfmSeqDirectly;
this.isSubmitCfmSeqDirectly = JSON.parse(JSON.stringify(this.selectCfmSeqDirectly));
break;
case 'Eventually follows':
data = {
@@ -588,7 +588,7 @@ export default {
task_seq: this.selectCfmSeqEventually,
};
this.isSubmitReset();
this.isSubmitCfmSeqEventually = this.selectCfmSeqEventually;
this.isSubmitCfmSeqEventually = JSON.parse(JSON.stringify(this.selectCfmSeqEventually));
break;
case 'Short loop(s)':
data = {