Commit 5aa13183 authored by youjie's avatar youjie

no message

parent cf36f3ea
......@@ -17,8 +17,7 @@
<div class="padContent">
<ul v-show="morequery" class="queryul">
<li>
<el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料"
@focus="getwuliaoList" @change="msg.pageIndex=1,getList()">
<el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料">
<el-option
v-for="item in wulaioList"
:key="item.Id"
......@@ -228,7 +227,6 @@ export default {
);
},
getwuliaoList(){
this.wuliaomsg.Name = this.msg.SuppliesId?this.msg.SuppliesId:''
this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg,
res => {
if (res.data.resultCode === 1) {
......
......@@ -29,8 +29,7 @@
</li>
<li>
<el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料"
@focus="getwuliaoList" @change="msg.pageIndex=1,getList()">
<el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料" @change="msg.pageIndex=1,getList()">
<el-option
v-for="item in wulaioList"
:key="item.Id"
......@@ -299,7 +298,6 @@ export default {
);
},
getwuliaoList(){
this.wuliaomsg.Name = this.msg.SuppliesId?this.msg.SuppliesId:''
this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg,
res => {
if (res.data.resultCode === 1) {
......
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