mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
fix(环境管理): 配置环境组无法选择项
--bug=1010793 --user=李玉号 【系统设置】-【环境管理】github #11099,配置环境组无法选择项 https://www.tapd.cn/55049933/s/1112676 Closes #11099
This commit is contained in:
parent
9c47d3b0c5
commit
0d4c2d5ae5
@ -160,6 +160,7 @@ export default {
|
|||||||
if (project) {
|
if (project) {
|
||||||
project.disabled = true;
|
project.disabled = true;
|
||||||
}
|
}
|
||||||
|
this.clearProjectSelect();
|
||||||
this.$get('/api/environment/list/' + item.projectId, res => {
|
this.$get('/api/environment/list/' + item.projectId, res => {
|
||||||
this.$set(item, 'environments', res.data);
|
this.$set(item, 'environments', res.data);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user