fix: 1661 新购机具增加采购单时“采购人”无法选择,且采购人员无法添加,采购人下拉框能够选择“请选择”字段
This commit is contained in:
parent
1821f36767
commit
a26ee4143a
|
|
@ -73,7 +73,6 @@
|
|||
</el-form-item>
|
||||
<el-form-item label="采购员" prop="purchaser">
|
||||
<el-select v-model="maForm.purchaser" filterable placeholder="请选择采购员" style="width: 100%;">
|
||||
<el-option label="请选择" :value="0" ></el-option>
|
||||
<el-option
|
||||
v-for="item in userList"
|
||||
:key="item.userId"
|
||||
|
|
|
|||
Loading…
Reference in New Issue