From f7bd30c0b016c3766bdbd931e28ff90a8e05c7ba Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 04 三月 2024 16:19:09 +0800
Subject: [PATCH] 完成设备工具明细弹框

---
 src/components/view/registrant-count.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/view/registrant-count.vue b/src/components/view/registrant-count.vue
index 8a7fcc6..5f89802 100644
--- a/src/components/view/registrant-count.vue
+++ b/src/components/view/registrant-count.vue
@@ -97,8 +97,8 @@
 						name: null,
 						product: null,
 						orderBy: {
-							field: 'update_time',
-							order: 'asc'
+							field: 'create_time',
+							order: 'desc'
 						}
 					},
 					isIndex: false,

--
Gitblit v1.9.3