From cf854c9278a73179f88b1602fb1eb63297e7687c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 5 Jul 2026 01:40:08 +0800 Subject: [PATCH] chore(access-selector): add auto select first item function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 为access-selector组件添加defaultSelect属性支持自动选中第一个匹配项 2. 补全组件的typescript语法支持,新增onMounted等依赖导入 3. 在证书申请插件中启用默认选中功能 --- .../certd/access/access-selector/index.vue | 39 ++++++++++++++++++- .../plugin-cert/plugin/cert-plugin/apply.ts | 1 + 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue b/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue index 48b15a6cb..c2cda5ab7 100644 --- a/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue +++ b/packages/ui/certd-client/src/views/certd/access/access-selector/index.vue @@ -16,8 +16,8 @@ -