Commit 348235ad by zhaoxiqing

gsb

parent 728dfbbb
......@@ -11,7 +11,7 @@
<div style="float:left;">
<span style="color:2F2F2F;font-size: 14px;" >所属公司: </span>
<el-select
v-model="search.ecompanyName"
v-model="search.ecompanyId"
filterable
remote
clearable
......@@ -25,8 +25,8 @@
v-for="item in nameList1"
:key="item.id"
:label="item.name"
:value="item.name">
<span style="float: left;width:200px;">{{ item.name }}_{{ item.id }}</span>
:value="item.id">
<span style="float: left;width:200px;" :title="item.id ">{{ item.name }}_{{ item.id }}</span>
</el-option>
</el-select>
</div>
......
......@@ -167,7 +167,7 @@
var self = this;
var item = self.nameMap1[val];
console.log(item, "----------------------");
self.search.ecompanyId = (item || {}).id || "";
/* self.search.ecompanyId = (item || {}).id || "";*/
},
getCompanyNames1(query) {
var self = this;
......
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