From 736fe038ebda56648bcc4c12884a700341d2c049 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 22 Mar 2025 14:59:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E5=88=9B=E5=BB=BA=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/certd-client/src/views/certd/pipeline/certd-form/use.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/certd-form/use.ts b/packages/ui/certd-client/src/views/certd/pipeline/certd-form/use.ts index 1fc334d1..69b1a1ea 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/certd-form/use.ts +++ b/packages/ui/certd-client/src/views/certd/pipeline/certd-form/use.ts @@ -52,7 +52,7 @@ export function useCertd(certdFormRef: any) { await checkPipelineLimit(); certdFormRef.value.open(async ({ form }: any) => { - const certDetail = readCertDetail(form.cert.crt); + // const certDetail = readCertDetail(form.cert.crt); // 添加certd pipeline const triggers = []; if (form.triggerCron) {