【修改】切换回到第一页
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user