fix(测试跟踪): 只关联UI执行时资源池提示问题

--bug=1026589 --user=宋昌昌 【测试跟踪】github#24662,【测试跟踪】当测试计划里只关联了UI测试,点击执行时页面会提示“请选择资源池”,页面也没有显示出资源池 https://www.tapd.cn/55049933/s/1377835
This commit is contained in:
song-cc-rock 2023-06-01 14:13:23 +08:00 committed by fit2-zhao
parent efa9beee89
commit ac279cae40
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ export default {
this.$emit("close");
},
handleRunBatch() {
if (this.runConfig.resourcePoolId == null) {
if (this.runConfig.resourcePoolId == null && this.haveOtherExecCase) {
this.$warning(
this.$t("workspace.env_group.please_select_run_within_resource_pool"));
return;