|
|
|
@ -510,9 +510,10 @@
|
|
|
|
const oaFlow = res.data.flow.data[0]
|
|
|
|
const oaFlow = res.data.flow.data[0]
|
|
|
|
console.log('oaFlow',oaFlow)
|
|
|
|
console.log('oaFlow',oaFlow)
|
|
|
|
updateContract({
|
|
|
|
updateContract({
|
|
|
|
out_contract_id: this.detail.id,
|
|
|
|
out_contract_id: this.contrantId,
|
|
|
|
flow_type: flow_type.get(key),
|
|
|
|
flow_type: flow_type.get(table),
|
|
|
|
status: oaFlow.status
|
|
|
|
status: oaFlow.status,
|
|
|
|
|
|
|
|
flow_id: this.oaFlow[table]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message({
|
|
|
|
this.$message({
|
|
|
|
|