This commit is contained in:
linfeng 2025-03-12 19:39:24 +08:00
parent 1cdefc79d4
commit 94e6ac0586
1 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ import { Button, Form, Input, Modal, Select } from "antd";
import DepartmentSelect from "@web/src/components/models/department/department-select";
export default function StaffModal() {
// const { data: trainontents} = api.trainContent.findMany.useQuery({
// where: {
const { data: trainontents} = api.trainContent.findMany.useQuery({
where: {
// }
// });
}
});
const { form, formValue, setVisible, visible, editingRecord } = useMainContext()
const { create, update } = useStaff();
const handleOk = async () => {