fixing bug
This commit is contained in:
parent
1680f26414
commit
dcfe03737b
3 changed files with 6 additions and 4 deletions
|
|
@ -184,7 +184,7 @@ async function searchInput() {
|
|||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
const list = data.map((e: ResponsePreson) => ({
|
||||
personId: e.personId,
|
||||
personId: e.id,
|
||||
idcard: e.idcard,
|
||||
prefix: e.prefix,
|
||||
firstName: e.firstName,
|
||||
|
|
@ -249,6 +249,7 @@ watch(props.data, async () => {
|
|||
formData.qualification = props.data.qualification;
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<form @submit.prevent.stop="onValidate">
|
||||
<q-card bordered>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue