@@ -34,8 +34,6 @@ export const newTableMixin = {
this.selectionRows = selectionRows
},
handleTableChange(pagination, filters, sorter) {
- console.log('11111111111111111')
-
//分页、排序、筛选变化时触发
if (Object.keys(sorter).length > 0) {
if (sorter.order) {
@@ -56,8 +56,8 @@
</a-col>
<span>
<a-col :md="6" :sm="24">
- <a-button type="primary" @click="getList('search')">查询</a-button>
- <a-button style="margin-left: 8px" @click="getList('reset')">重置</a-button>
+ <a-button type="primary" @click="getList">查询</a-button>
+ <a-button style="margin-left: 8px" @click="getList">重置</a-button>
</span>
</a-row>