[update] 主动上报流程最后一个节点传dataList
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ export default {
|
||||
param.dataList = [data.formInline]
|
||||
}
|
||||
param.flowUser = data.formInline
|
||||
} else if (this.currentNode === 5) {
|
||||
} else if ([5, 7].includes(this.currentNode)) {
|
||||
param.dataList = data.dataSource
|
||||
}
|
||||
param.common = approvalValues
|
||||
|
||||
Reference in New Issue
Block a user