From 5dbb1b4588f8282e5b24fdb16a2b55be5940a46e Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 2 Jul 2024 11:27:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=A1=BA=E5=BA=8F=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/count/job/countJob.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index 108152ba..3f6a1ed4 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -162,6 +162,8 @@ filters: filters, pageNo: this.pageNo, pageSize: this.pageSize, + sort:"number", + by:"DESC" } getCountJobList(params).then(res => { @@ -296,6 +298,8 @@ filters: filters, pageNo: 1, pageSize: 100, + sort:"number", + by:"DESC" } getCountJobList(params).then(res => { uni.hideLoading();