Commit f6918900 by 王悦

fix

parent ae5df8dc
...@@ -769,6 +769,7 @@ class AliyunQcService { ...@@ -769,6 +769,7 @@ class AliyunQcService {
solutionContent = JSON.stringify(solutionContent); solutionContent = JSON.stringify(solutionContent);
}else { }else {
solutionContent.status = ab.status solutionContent.status = ab.status
solutionContent = JSON.stringify(solutionContent);
} }
var updateObj = { var updateObj = {
id: ns.id, solutionContent: solutionContent id: ns.id, solutionContent: 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