Issue #68: Second point done.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user