feat : 研发人员选择

This commit is contained in:
clay
2024-08-04 21:01:43 +08:00
parent 66bd341692
commit 5f6f1a7912
3 changed files with 13 additions and 6 deletions

View File

@@ -106,7 +106,7 @@
</el-row>
</el-form>
<user-picker :multiple="false" ref="userPicker" title="请选择研发人员" v-model:value="userList" @ok="selected"
:setNullToSelectList="true"/>
:setNullToSelectList="true" :isResearch="true"/>
<div style="width:100%;text-align: center;padding: 10px">
<el-button type="primary" @click="handleAdd" link style="font-size: 18px">添加一行</el-button>