【修改】切换回到第一页
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
{{row.thumbUp || 0}}
|
||||
</template>
|
||||
</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 }">
|
||||
{{row.clicks || 0}}
|
||||
</template>
|
||||
@@ -250,6 +250,7 @@ export default {
|
||||
this.q.orderByClicks=0
|
||||
this.q.orderByTime=0
|
||||
}
|
||||
this.q.pageNo=1
|
||||
this.reportList()
|
||||
},
|
||||
getKeyContent(list) {
|
||||
|
||||
Reference in New Issue
Block a user