Commit 94a677cd authored by chenjianxing's avatar chenjianxing
Browse files

fix: 测试计划-测试用例编辑页面报错

parent 4ecdeca7
Showing with 1 addition and 1 deletion
+1 -1
......@@ -341,7 +341,7 @@ export default {
Object.assign(item, response.data);
if (item.results) {
item.results = JSON.parse(item.results);
} else {
} else if (item.steps) {
item.results = [item.steps.length];
}
if (item.issues) {
......
Supports Markdown
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