fix(系统设置): 修复编辑环境时可以切换项目导致原项目的环境被覆盖的缺陷

--bug=1018577 --user=王孝刚 【系统设置】工作空间-环境管理-编辑环境时可以切换项目导致原项目的环境被覆盖没了
https://www.tapd.cn/55049933/s/1271035
This commit is contained in:
wxg0103 2022-10-21 15:59:35 +08:00 committed by 刘瑞斌
parent 1d310a7e1c
commit 3dbbc6c958
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<el-col :span="10" v-if="!isProject">
<el-form-item class="project-item" prop="currentProjectId" :label="$t('project.select')">
<el-select @change="handleProjectChange" v-model="environment.currentProjectId" filterable clearable
size="small">
size="small" :disabled="!ifCreate">
<el-option v-for="item in projectList" :key="item.id" :label="item.name" :value="item.id"></el-option>
</el-select>
</el-form-item>