mirror of
https://github.com/certd/certd.git
synced 2026-07-26 22:09:04 +08:00
perf: 商业版支持配置证书申请插件参数
This commit is contained in:
@@ -35,7 +35,9 @@ export function usePluginConfig() {
|
||||
},
|
||||
afterSubmit() {
|
||||
notification.success({ message: t("certd.operationSuccess") });
|
||||
crudExpose.doRefresh();
|
||||
if (crudExpose) {
|
||||
crudExpose.doRefresh();
|
||||
}
|
||||
},
|
||||
async doSubmit({}: any) {
|
||||
const form = configEditorRef.value.getForm();
|
||||
|
||||
Reference in New Issue
Block a user