Browse Source

工作流定义前端页面bug处理

main
pixel 5 years ago
parent
commit
718c6e659c
  1. 8
      QMPlusVuePage/src/view/workflow/workflowCreate/workflowCreate.vue

8
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: ''

Loading…
Cancel
Save