From 58a959d4c793ff56b1d001d3b3b82baa08973b9c Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 27 五月 2024 11:56:49 +0800 Subject: [PATCH] 新增光纤配置页面 --- src/components/view/role-manage.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/role-manage.vue b/src/components/view/role-manage.vue index 6b41247..2b4d91b 100644 --- a/src/components/view/role-manage.vue +++ b/src/components/view/role-manage.vue @@ -115,7 +115,7 @@ entity: { name: null, orderBy: { - field: 'id', + field: 'id', order: 'asc' } }, -- Gitblit v1.9.3