From d127d63f6d618c2904761015050d80916403b769 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Sat, 25 May 2024 15:45:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E6=96=99=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E8=A1=A5=E6=96=99=E4=BB=BB=E5=8A=A1=E5=88=86=E9=A1=B5=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=A0=B9=E6=8D=AE=E6=9D=A5=E6=BA=90=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E6=AD=A3=E5=BA=8F=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/job/issueJob.vue | 4 ++++ src/pages/repleinsh/job/repleinshJob.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index 58e978b8..71e575e9 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -159,6 +159,8 @@ filters: filters, pageNo: this.pageNo, pageSize: this.pageSize, + sort: 'fromLocationCode', + by: 'asc' } getIssueJobList(params).then(res => { uni.hideLoading(); @@ -304,6 +306,8 @@ filters: filters, pageNo: 1, pageSize: 100, + sort: 'fromLocationCode', + by: 'asc' } getIssueJobList(params).then(res => { uni.hideLoading(); diff --git a/src/pages/repleinsh/job/repleinshJob.vue b/src/pages/repleinsh/job/repleinshJob.vue index 9eb59777..73ae066c 100644 --- a/src/pages/repleinsh/job/repleinshJob.vue +++ b/src/pages/repleinsh/job/repleinshJob.vue @@ -146,6 +146,8 @@ filters: filters, pageNo: this.pageNo, pageSize: this.pageSize, + sort: 'fromLocationCode', + by: 'asc' } getRepleinshJobList(params).then(res => { @@ -258,6 +260,8 @@ filters: filters, pageNo: 1, pageSize: 100, + sort: 'fromLocationCode', + by: 'asc' } getRepleinshJobList(params).then(res => { uni.hideLoading();