diff --git a/QMPlusVuePage/src/view/workflow/workflowCreate/workflowCreate.vue b/QMPlusVuePage/src/view/workflow/workflowCreate/workflowCreate.vue index 96e254b1752139429ed76fccf1fcc21ee36cbfe9..9577a69e579eddc6fee97d74bac3ffba5e1cbd55 100644 --- a/QMPlusVuePage/src/view/workflow/workflowCreate/workflowCreate.vue +++ b/QMPlusVuePage/src/view/workflow/workflowCreate/workflowCreate.vue @@ -69,8 +69,8 @@ export default { workflowNickName: '', workflowStep: [ { - isEnd: '', - isStrat: '', + isEnd: false, + isStrat: true, stepAuthorityID: '', stepName: '', stepNo: '' @@ -92,8 +92,8 @@ export default { methods: { createWorkflowStep() { this.form.workflowStep.push({ - isEnd: '', - isStrat: '', + isEnd: false, + isStrat: false, stepAuthorityID: '', stepName: '', stepNo: ''