|
@@ -92,7 +92,7 @@
|
|
|
|
|
|
<a-col :md="12" :sm="12" :xxl="12" style="display: flex;justify-content: flex-end;">
|
|
<a-col :md="12" :sm="12" :xxl="12" style="display: flex;justify-content: flex-end;">
|
|
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
|
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
|
- <a-button type="primary" icon="search" @click="handleQueryList">查询</a-button>
|
|
|
|
|
|
+ <a-button type="primary" icon="search" @click="handleQueryList" :loading="loading">查询</a-button>
|
|
<!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
|
|
<!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
|
|
>重置</a-button
|
|
>重置</a-button
|
|
> -->
|
|
> -->
|