fix(用例评审): 修改评审人为必填项

This commit is contained in:
shiziyuan9527 2020-09-22 10:30:03 +08:00
parent 1c51bc57e9
commit bebc97d867
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<el-row>
<el-col :span="10" :offset="1">
<el-form-item label="评审人" :label-width="formLabelWidth" prop="principal">
<el-form-item label="评审人" :label-width="formLabelWidth" prop="userIds">
<el-select
v-model="form.userIds"
placeholder="请选择评审人"