Commit 0f844cf3 authored by hiyonx's avatar hiyonx

更新销售订单sap

parent a22a0f44
......@@ -148,7 +148,7 @@
<el-col :span="6">
<el-form-item label="跟单人" prop="merchandiser" clearable filterable remote :remote-method="getUserList">
<el-select v-model="form.merchandiser" class="form-item" placeholder="请选择 跟单人" filterable clearable>
<el-option v-for="item in userList" :key="item.nickName" :label="item.nickName" :value="item.nickName"/>
<el-option v-for="item in userList" :key="item.userId" :label="item.nickName" :value="item.nickName"/>
</el-select>
</el-form-item>
</el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment