diff --git a/components/distribution/directList.vue b/components/distribution/directList.vue index 97c0239..975dea7 100644 --- a/components/distribution/directList.vue +++ b/components/distribution/directList.vue @@ -67,6 +67,12 @@ export default { this.pageNum-- this.getDirectPushList() }, + refresh() { + this.pageNum = 1 + this.total = 0 + this.list = [] + this.getDirectPushList() + }, getDirectPushList() { this.status = 'loading' getDirectPushList({ diff --git a/components/distribution/performanceDistribution.vue b/components/distribution/performanceDistribution.vue index 22aae49..45de658 100644 --- a/components/distribution/performanceDistribution.vue +++ b/components/distribution/performanceDistribution.vue @@ -1,55 +1,159 @@