fix code build error
This commit is contained in:
parent
52f89c16f1
commit
040a191573
7 changed files with 65 additions and 164 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue