Explorar o código

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

pixel %!s(int64=5) %!d(string=hai) anos
pai
achega
718c6e659c

+ 4 - 4
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: ''