From 6b04fa5ed9577a872e49458a8229af36d9fe0e33 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 13 Sep 2024 13:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9B=B6=E4=BB=B6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/query/item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/query/item.vue b/src/pages/query/item.vue index 2e68304d..484554f1 100644 --- a/src/pages/query/item.vue +++ b/src/pages/query/item.vue @@ -203,7 +203,7 @@ filters: filters, pageNo: this.pageNo, pageSize: pageSize, - sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], + sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], } getBalanceByItemCode(params).then(res => { uni.hideLoading();