update 征求意见流程
This commit is contained in:
@@ -200,6 +200,7 @@
|
||||
:data-source="dataSource"
|
||||
bordered
|
||||
form-is-depend="isAdopt"
|
||||
:pagination="false"
|
||||
:extra-form="collectExtraForm"
|
||||
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
|
||||
<!--意见,汇总节点才用插槽,用表头控制了-->
|
||||
@@ -773,7 +774,7 @@ export default {
|
||||
}
|
||||
// 获取人员信息数据
|
||||
this.getPersonInfoStructure(ProcessKey.CONSULTATION.value, () => {
|
||||
this.initPersonInfoData(!this.currentNode || this.currentNode.indexOf(ConsultationProcess.initiate.value) === 0)
|
||||
this.initPersonInfoData(this.currentNode.indexOf(ConsultationProcess.initiate.value) === 0)
|
||||
})
|
||||
// 找不到这个节点默认使用审批节点页面及按钮,发起除外
|
||||
this.nodeEnumsKey = this.currentNode ? ConsultationProcess.keyOfValue(this.currentNode) || 'regulatoryEngineerApproval' : 'initiate'
|
||||
|
||||
Reference in New Issue
Block a user