mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
style(批量执行弹窗修改): 显示默认运行环境
--user=郭雨琦
This commit is contained in:
parent
38c1807e77
commit
8a0fb45b4a
@ -276,16 +276,17 @@ export default {
|
||||
showApiPopover() {
|
||||
let currentProjectID = getCurrentProjectID();
|
||||
this.projectIds.clear();
|
||||
this.projectIds.add(currentProjectID);
|
||||
getApiCaseEnvironments(this.runCaseIds).then((res) => {
|
||||
let data = res.data;
|
||||
if (data) {
|
||||
this.caseIdEnvNameMap = data;
|
||||
this.projectIds.add(currentProjectID);
|
||||
}
|
||||
this.$refs.envSelectPopover.open();
|
||||
});
|
||||
},
|
||||
showScenarioPopover() {
|
||||
let currentProjectID = getCurrentProjectID();
|
||||
this.projectIds.clear();
|
||||
apiScenarioEnvMap(this.request).then(res => {
|
||||
let data = res.data;
|
||||
@ -295,6 +296,9 @@ export default {
|
||||
this.projectIds.add(d);
|
||||
}
|
||||
}
|
||||
if (this.projectIds.size===0){
|
||||
this.projectIds.add(currentProjectID);
|
||||
}
|
||||
this.$refs.envSelectPopover.open();
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user