Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue
@@ -184,7 +184,6 @@
        this.getProcessNode(data[0].attributes.oid); // 首次进入调用第一个模板的所有节点
      }).catch(err => {
        this.$message.error(err);
      })
    },
@@ -208,7 +207,6 @@
        })
        this.nodeLoading = false;
      }).catch(err => {
        this.$message.error(err);
      })
    },
@@ -245,7 +243,6 @@
          this.$message.error(res.data.obj.error);
        }
      }).catch(err => {
        this.$message.error(err);
      })
    },