fix code build error

This commit is contained in:
Warunee Tamkoo 2023-09-24 09:14:17 +07:00
parent 52f89c16f1
commit 040a191573
7 changed files with 65 additions and 164 deletions

View file

@ -523,7 +523,7 @@ const dataPerson = reactive({
level: "",
});
const reason = ref<string>("");
const selectPerson = (person) => {
const selectPerson = (person: any) => {
dataPerson.id = person.id;
dataPerson.position = person.position;
dataPerson.organizationOrganization = person.organizationOrganization;