feat: crud generation was added in pipeline

This commit is contained in:
2025-03-13 17:07:50 +07:00
parent 90dee12950
commit 490b02e007
3 changed files with 24 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ import type { Scheme } from "../types/scheme.type";
import { PostType } from "../../bindings/app/internal/services";
import { ref } from "vue";
import type { Validate } from "../types/validate.type";
import { ImportFromExcel } from "../../bindings/app/internal/services/posttypeservice.ts";
import { ExportToExcel } from "../../bindings/app/internal/services/postservice.ts";
const service = new Service();
@@ -21,7 +19,6 @@ const load = async () => {
onMounted(async () => {
await load();
await ExportToExcel();
});
const scheme: Scheme<PostType> = reactive({