@@ -44,7 +44,7 @@
</a-form-item>
</a-col>
<a-col flex="150px">
- <a-button type="primary" id="handel-search" :disabled="disabled" @click="searchForm">查询</a-button>
+ <a-button type="primary" id="handel-search" :disabled="disabled" @click="searchForm(false)">查询</a-button>
<a-button style="margin-left: 10px" id="handel-reset" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
</a-row>