fix:修复执行测试计划,提示关联有测试

This commit is contained in:
wenyann 2020-09-22 15:36:09 +08:00
parent 24bfb51f79
commit e14af29232
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@
this.$warning(this.$t("test_track.case.relate_test_not_find"));
}
});
} else if (this.testCase.testId === 'other') {
} else if (this.testCase.testId === 'other' && this.testCase.method == 'auto') {
this.$warning(this.$t("test_track.case.other_relate_test_not_find"));
}
},