update 征求意见流程

This commit is contained in:
赵霄
2023-11-28 10:07:00 +08:00
parent 913feb1c4e
commit 1cf3e8d389
2 changed files with 3 additions and 2 deletions
@@ -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'