yuxc
2024-12-25 90b6945445ee97109a57f26c83788d24729a098e
Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue
@@ -1,7 +1,6 @@
<template>
  <el-dialog v-dialogDrag
             :close-on-click-modal="false"
             :destroy-on-close="true"
             :visible.sync="visible"
             :width="width"
             append-to-body="true"
@@ -185,7 +184,6 @@
        this.getProcessNode(data[0].attributes.oid); // 首次进入调用第一个模板的所有节点
      }).catch(err => {
        this.$message.error(err);
      })
    },
@@ -209,7 +207,6 @@
        })
        this.nodeLoading = false;
      }).catch(err => {
        this.$message.error(err);
      })
    },
@@ -246,7 +243,6 @@
          this.$message.error(res.data.obj.error);
        }
      }).catch(err => {
        this.$message.error(err);
      })
    },