fix(cert-plugin): 修复DNS提供商授权无法回显的bug

This commit is contained in:
xiaojunnuo
2026-06-09 23:08:45 +08:00
parent 3e9953a74a
commit 016ae865b1
4 changed files with 15 additions and 7 deletions
@@ -160,9 +160,13 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
onSelectedChange: ctx.compute(({form})=>{
return ($event)=>{
form.dnsProviderAccessType = $event.accessType
form.dnsProviderAccess = null
}
})
}),
onChange: ctx.compute(({form})=>{
return ($event)=>{
form.dnsProviderAccess = null
}
}),
},
}
`,