Commit a4cc1be0 by YuleiLan

fix bug.

parent 195f1394
Showing with 2 additions and 2 deletions
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<div <div
v-if=" v-if="
processStructureValue.workOrder.state.length > 1 && processStructureValue.workOrder.state.length > 1 &&
nodeStepList[activeIndex].activeOrder" currentNode.activeOrder"
> >
<el-button <el-button
v-permisaction="['process:list:handle:active']" v-permisaction="['process:list:handle:active']"
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<div v-else> <div v-else>
<template v-for="(item, index) in processStructureValue.edges"> <template v-for="(item, index) in processStructureValue.edges">
<el-button <el-button
v-if="processStructureValue.workOrder.is_end===0 && item.source===nodeStepList[activeIndex].id" v-if="processStructureValue.workOrder.is_end===0 && item.source===currentNode.id"
:key="index" :key="index"
type="primary" type="primary"
@click="submitAction(item)" @click="submitAction(item)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment