【修改】切换回到第一页

This commit is contained in:
zhoulingpo
2023-05-11 11:12:47 +08:00
parent 2e9736d830
commit b24da9d733
+2 -1
View File
@@ -108,7 +108,7 @@
{{row.thumbUp || 0}} {{row.thumbUp || 0}}
</template> </template>
</vxe-column> </vxe-column>
<vxe-column show-overflow show-header-overflow field="clicks" title="点击"> <vxe-column show-overflow show-header-overflow field="clicks" title="点击">
<template #default="{ row }"> <template #default="{ row }">
{{row.clicks || 0}} {{row.clicks || 0}}
</template> </template>
@@ -250,6 +250,7 @@ export default {
this.q.orderByClicks=0 this.q.orderByClicks=0
this.q.orderByTime=0 this.q.orderByTime=0
} }
this.q.pageNo=1
this.reportList() this.reportList()
}, },
getKeyContent(list) { getKeyContent(list) {