[update 标注解读流程] 完善

This commit is contained in:
danshihao
2024-07-30 14:23:59 +08:00
parent 75b79aa0f6
commit 603c46272c
2 changed files with 3 additions and 3 deletions
@@ -263,8 +263,8 @@ export default {
this.btn = StandardInterpretationNodes.propertyOfValue('btn', this.currentNodeId) || []
// 如果有nodeId,但是匹配不到任何节点,就是是增加的审批节点
if (nodeId && !StandardInterpretationNodes.keyOfValue(nodeId)) {
// 同意按钮
this.btn = ['agree']
// 加签节点的按钮
this.btn = ['transfer', 'save', 'agree', 'reject']
}
// 查询人员信息
this.getPersonInfoStructure(this.processKey, () => {
@@ -428,7 +428,6 @@ export default {
standardId: standardData.standardId,
projectId: this.projectId
})
delete params.data.processStandardInterpret.createTime
params.data.processStandardInterpretClauseList = compData.clauseData || []
} else if (this.currentNodeId === StandardInterpretationNodes.controlDepartLiaisonDistribution.value) {
// 联络人分发节点
@@ -243,6 +243,7 @@ export default {
console.log(list)
this.dataSource = list || []
if (this.dataSource.length) {
delete this.dataSource[0].createTime
this.resetClauseTable()
this.dataSource[0].standardId = this.dataSource[0].id
this.$set(this.dataSource[0], 'decompositionSource', DecompositionSource.NO_INPUT.value)