fix(测试跟踪): 脑图测试计划功能用例执行后没有更新功能用例的最后执行结果
--bug=1028039 --user=陈建星 【测试计划】github#25446,测试计划中使用脑图标注执行结果,测试用例中没有更新执行结果 https://www.tapd.cn/55049933/s/1396411
This commit is contained in:
parent
abc8aaf4f8
commit
29288afcbf
|
@ -223,6 +223,7 @@ export default {
|
|||
}
|
||||
let testCase = {
|
||||
id: data.id,
|
||||
caseId: data.caseId
|
||||
};
|
||||
if (data.resource.length > 1) {
|
||||
if (data.resource.indexOf(this.$t('test_track.plan_view.failure')) > -1) {
|
||||
|
|
Loading…
Reference in New Issue