Commit b46251f0 authored by zhangjianguo's avatar zhangjianguo

12

parent 747c6548
......@@ -10,7 +10,7 @@
<div class="content">
<div style="display: flex;flex-direction: row;align-items: center">
<span>供应商</span>
<el-select class="w150" style="margin-left: 10px;" v-model="SupplierId" size="small" placeholder="请选择" @change='getDateList'>
<el-select class="w150" style="margin-left: 10px;" v-model="SupplierId" size="small" placeholder="请选择" clearable @change='msg.pageIndex=1,getDateList()'>
<el-option
v-for="item in options"
:key="item.ID"
......@@ -187,6 +187,7 @@
this.msg.EndDate='';
}
this.msg.pageIndex=1
this.getDateList();
},
......
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