fix(测试计划): 执行脑图-步骤执行后删除执行结果节点失效的缺陷

This commit is contained in:
teukkk 2024-09-13 17:05:00 +08:00 committed by Craftsman
parent a54d338dff
commit 69024bbe4c
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@
//
caseNodeAboveSelectStep.value.setData('resource', [executionResultMap[status].statusText]).render();
//
updateCaseActualResultNode(caseNodeAboveSelectStep.value, content);
updateCaseActualResultNode(toRaw(caseNodeAboveSelectStep.value), content);
//
caseNodeAboveSelectStep.value.children.forEach((child: MinderJsonNode) => {
const step = stepData.value.find((item) => item.id === child.data?.id);