This commit is contained in:
xiaojunnuo
2024-10-10 22:13:07 +08:00
parent 50173aa265
commit a6fb15f81b
5 changed files with 20 additions and 8 deletions
@@ -23,7 +23,7 @@ import { onMounted } from "vue";
import { useFs } from "@fast-crud/fast-crud";
import createCrudOptions from "./crud";
import { message, Modal } from "ant-design-vue";
import { DeleteBatch } from "/@/views/certd/history/api";
import { DeleteBatch } from "./api";
defineOptions({
name: "CnameProvider"