diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index 89c241e3..275939e5 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -108,11 +108,12 @@ if (this.loadingType == 'loading' || this.loadingType == 'nomore') { return; } - this.getList("more",this.productionLine); + this.getList('more', this.fromLocation, this.productionLine) + }, onPullDownRefresh() { - this.getList('refresh',this.productionLine); + this.getList('refresh',this.fromLocation, this.productionLine) }, //后退按钮