Commit acbdbf64 by linboxuan

lin update

parent 3a85cecc
...@@ -1011,8 +1011,8 @@ class AliyunQcService { ...@@ -1011,8 +1011,8 @@ class AliyunQcService {
ab.rejectReason = extInfoJson.rejectReason, ab.rejectReason = extInfoJson.rejectReason,
solutionContent.rejectReason = extInfoJson.rejectReason solutionContent.rejectReason = extInfoJson.rejectReason
} }
material.businessLicenseArr = ab.extInfo.businessLicenseArr; material.businessLicenseArr = extInfoJson.businessLicenseArr;
material.idCardListArr = ab.extInfo.idCardListArr; material.idCardListArr = extInfoJson.idCardListArr;
} }
solutionContent.customerMaterial = material; solutionContent.customerMaterial = material;
solutionContent = JSON.stringify(solutionContent); solutionContent = JSON.stringify(solutionContent);
......
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