fix(项目设置): 编辑项目时,不能选择缺陷模板

--bug=1011420 --user=李玉号 [BUG]github#11612首次进入页面,或者页面刷新后,编辑项目时,不能选择缺陷模板
https://www.tapd.cn/55049933/s/1122896

Closes #11612
This commit is contained in:
shiziyuan9527 2022-03-22 10:35:11 +08:00 committed by shiziyuan9527
parent 3aad3a8e60
commit 6029122e55

View File

@ -7,7 +7,7 @@
<el-input v-model="form.name" autocomplete="off"></el-input>
</el-form-item>
<el-form-item v-if="platformOptions.length > 1" :label-width="labelWidth"
<el-form-item v-if="platformOptions.length >= 1" :label-width="labelWidth"
:label="$t('test_track.issue.third_party_integrated')"
prop="platform">
<el-select filterable v-model="form.platform">