update 征求意见流程
This commit is contained in:
@@ -724,7 +724,7 @@ export default {
|
||||
},
|
||||
// 流程信息禁用,非发起节点都禁用
|
||||
processInfoDisabled () {
|
||||
return !!this.currentNode
|
||||
return this.currentNode.indexOf(ConsultationProcess.initiate.value) === -1
|
||||
},
|
||||
// 业务基本信息禁用,非发起节点都禁用
|
||||
basicServiceInfoDisabled () {
|
||||
|
||||
Reference in New Issue
Block a user