mirror of
https://github.com/certd/certd.git
synced 2026-08-11 01:35:49 +08:00
chore: 插件编辑与运行测试beta
This commit is contained in:
@@ -21,7 +21,7 @@ import { message, Modal } from "ant-design-vue";
|
||||
import { DeleteBatch } from "./api";
|
||||
|
||||
defineOptions({
|
||||
name: "SysPlugin"
|
||||
name: "SysPlugin",
|
||||
});
|
||||
const { crudBinding, crudRef, crudExpose, context } = useFs({ createCrudOptions });
|
||||
|
||||
@@ -36,7 +36,7 @@ const handleBatchDelete = () => {
|
||||
message.info("删除成功");
|
||||
crudExpose.doRefresh();
|
||||
selectedRowKeys.value = [];
|
||||
}
|
||||
},
|
||||
});
|
||||
} else {
|
||||
message.error("请先勾选记录");
|
||||
|
||||
Reference in New Issue
Block a user