From be03f9223c040ea27b8b69e70c35f2025fb7344e Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Fri, 12 Jul 2024 09:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=A3=8E=E9=99=A9=E7=AD=89?= =?UTF-8?q?=E7=BA=A7=E5=8D=A0=E6=AF=94=E6=8E=92=E5=BA=8F=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/performance/index1.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/performance/index1.vue b/pages/performance/index1.vue index 10256bb..1013276 100644 --- a/pages/performance/index1.vue +++ b/pages/performance/index1.vue @@ -598,7 +598,8 @@ async getRiskLevel() { const orgId = uni.getStorageSync('orgId') let json = initFilter(orgId); - extendOrder(json, "CREATE_TIME", 0); + // extendOrder(json, "CREATE_TIME", 0); + extendOrder(json, "NUM", 0); // extendRule(json, "COLOR", 1, ); const res = await getRiskLevel(json) if (res.IsSuccessful) {