This commit is contained in:
Chuck1sn
2025-05-26 16:55:32 +08:00
parent 9f2f0bc0e0
commit 2675212582
5 changed files with 48 additions and 11 deletions

View File

@@ -58,8 +58,6 @@ import { z } from "zod";
import type { components } from "../api/types/schema";
import type { DepartmentUpsertModel } from "../types/department";
const alertStore = useAlertStore();
const { department, availableDepartments, onSubmit } = defineProps<{
department?: components["schemas"]["Department"];
availableDepartments?: components["schemas"]["Department"][];