|
@@ -1046,7 +1046,12 @@ export default {
|
|
|
this.enforceFlowId = row.id
|
|
this.enforceFlowId = row.id
|
|
|
this.enforceFlowTitle = row.name + "实施流程明细"
|
|
this.enforceFlowTitle = row.name + "实施流程明细"
|
|
|
let step = row.act.step
|
|
let step = row.act.step
|
|
|
- if (step === undefined) {
|
|
|
|
|
|
|
+ let steps=row.step
|
|
|
|
|
+ if(step === undefined){
|
|
|
|
|
+ step=steps
|
|
|
|
|
+ this.maxStep=step
|
|
|
|
|
+ }
|
|
|
|
|
+ if (step === undefined && steps===undefined) {
|
|
|
step = 12
|
|
step = 12
|
|
|
this.maxStep = 12
|
|
this.maxStep = 12
|
|
|
}
|
|
}
|