fix: 修复插件导入的bug

This commit is contained in:
xiaojunnuo
2025-05-16 08:55:54 +08:00
parent 61f06faaf5
commit 677fec0a0b
2 changed files with 10 additions and 9 deletions
@@ -91,6 +91,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
afterSubmit() {
notification.success({ message: "操作成功" });
crudExpose.doRefresh();
},
async doSubmit({ form }: any) {
return await api.ImportPlugin({