Commit bc1956b7 authored by 黄奎's avatar 黄奎

页面修改

parent 1a1c3b75
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<el-input v-model="msg.AccountName" @keyup.enter.native="getList"></el-input> <el-input v-model="msg.AccountName" @keyup.enter.native="getList"></el-input>
</span> </span>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>同行</em> <em>同行</em>
<el-select class="w150" v-model="msg.CustomerId" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class="w150" v-model="msg.CustomerId" filterable :placeholder="$t('pub.pleaseSel')">
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
}, },
mounted() { mounted() {
this.getEmployeeList(); this.getEmployeeList();
this.getCustomerList(); //this.getCustomerList();
this.getList(); this.getList();
}, },
filters: {}, filters: {},
......
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