fix: UI报告统计错误
This commit is contained in:
parent
e19e275fe3
commit
f74475f215
|
@ -568,7 +568,7 @@ public class ApiScenarioReportStructureService {
|
|||
ApiScenarioReportResult item = iterator.next();
|
||||
String result = new String(item.getContent(), StandardCharsets.UTF_8);
|
||||
if (StringUtils.isNotBlank(result)) {
|
||||
Boolean isNoStep = JSONObject.parseObject(result).getBoolean("isNoStep");
|
||||
Boolean isNoStep = JSONObject.parseObject(result).getBoolean("isNotStep");
|
||||
if (BooleanUtils.isTrue(isNoStep)) {
|
||||
iterator.remove();
|
||||
}
|
||||
|
|
|
@ -142,7 +142,6 @@ export default {
|
|||
},
|
||||
props: {
|
||||
reportId: String,
|
||||
currentProjectId: String,
|
||||
infoDb: Boolean,
|
||||
debug: Boolean,
|
||||
scenario: {},
|
||||
|
|
Loading…
Reference in New Issue