去除采购员下拉 多余的请选择选项
This commit is contained in:
parent
771daa7cd2
commit
2d37e70125
|
|
@ -40,7 +40,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" :label="item.userName"
|
||||
:value="item.userId"></el-option>
|
||||
</el-select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue