fix(测试跟踪): 只关联UI执行时资源池提示问题
--bug=1026589 --user=宋昌昌 【测试跟踪】github#24662,【测试跟踪】当测试计划里只关联了UI测试,点击执行时页面会提示“请选择资源池”,页面也没有显示出资源池 https://www.tapd.cn/55049933/s/1377835
This commit is contained in:
parent
efa9beee89
commit
ac279cae40
|
@ -346,7 +346,7 @@ export default {
|
||||||
this.$emit("close");
|
this.$emit("close");
|
||||||
},
|
},
|
||||||
handleRunBatch() {
|
handleRunBatch() {
|
||||||
if (this.runConfig.resourcePoolId == null) {
|
if (this.runConfig.resourcePoolId == null && this.haveOtherExecCase) {
|
||||||
this.$warning(
|
this.$warning(
|
||||||
this.$t("workspace.env_group.please_select_run_within_resource_pool"));
|
this.$t("workspace.env_group.please_select_run_within_resource_pool"));
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue