fix: 修改环境检查提示#1002994

This commit is contained in:
shiziyuan9527 2021-09-03 17:31:40 +08:00 committed by 刘瑞斌
parent 6bf1efd0b3
commit c29fbbc594
3 changed files with 6 additions and 6 deletions

View File

@ -110,7 +110,7 @@ export default {
map.set(dt.id, dt.selectEnv);
})
if (!sign) {
this.$warning("请为每个项目选择一个运行环境!");
this.$warning("请为当前场景选择一个运行环境!");
return;
}
this.$emit('setProjectEnvMap', map);
@ -130,7 +130,7 @@ export default {
}
if (!sign) {
this.$warning("请为每个项目选择一个运行环境!");
this.$warning("请为当前场景选择一个运行环境!");
return false;
}
return true;

View File

@ -150,7 +150,7 @@ export default {
map.set(dt.id, dt.selectEnv);
})
if (!sign) {
this.$warning("请为每个项目选择一个运行环境!");
this.$warning("请为当前场景选择一个运行环境!");
return;
}
this.$emit('setProjectEnvMap', map);
@ -298,7 +298,7 @@ export default {
}
if (!sign) {
this.$warning("请为每个项目选择一个运行环境!");
this.$warning("请为当前场景选择一个运行环境!");
return false;
}
return true;

View File

@ -127,7 +127,7 @@ export default {
map.set(dt.id, dt.selectEnv);
});
if (!sign) {
this.$warning("请为每个项目选择一个运行环境!");
this.$warning("请为当前场景选择一个运行环境!");
return;
}
this.$emit('setProjectEnvMap', map);
@ -158,7 +158,7 @@ export default {
}
if (!sign) {
this.$warning("请为每个项目选择一个运行环境!");
this.$warning("请为当前场景选择一个运行环境!");
return false;
}
return true;