Commit 19ba6d50 authored by 季圣华's avatar 季圣华
Browse files

解决单据中选择商品的bug

parent 8e2993fa
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</a-col> </a-col>
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button type="primary" @click="onSearch">查询</a-button> <a-button type="primary" @click="loadData(1)">查询</a-button>
<a-button style="margin-left: 8px" @click="searchReset(1)">重置</a-button> <a-button style="margin-left: 8px" @click="searchReset(1)">重置</a-button>
</a-col> </a-col>
</span> </span>
......
Supports Markdown
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