Commit 5c5357dd authored by 沈翠玲's avatar 沈翠玲

风控报告

parent 4cb1372c
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
let totalFunc = roleType.value === 'risk' ? riskFlowStatusTotal : legalFlowStatusTotal let totalFunc = roleType.value === 'risk' ? riskFlowStatusTotal : legalFlowStatusTotal
setTimeout(() => { setTimeout(() => {
const arr = JSON.parse(JSON.stringify(FlowStatus.value)) const arr = JSON.parse(JSON.stringify(FlowStatus.value))
totalFunc({...obj}).then(res => { totalFunc({...obj, riskControlStatus: null, legalAffairStatus: null}).then(res => {
if (res.success) { if (res.success) {
arr.forEach(item => { arr.forEach(item => {
const tt = res.result.find(v => v.flowStatus === item.value) const tt = res.result.find(v => v.flowStatus === item.value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment