mirror of
https://github.com/certd/certd.git
synced 2026-06-27 22:17:35 +08:00
fix(cert-plugin): 修复DNS提供商授权无法回显的bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
}),
|
||||
},
|
||||
}
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user