แก้ไขตัวแปรให้ตรง api
This commit is contained in:
parent
56d6d38ed6
commit
64cc9852cd
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ const getData = async () => {
|
|||
fullname.value = data.fullname ?? "";
|
||||
prefix.value = data.prefix ?? "";
|
||||
reasonWork.value = data.reasonWork ?? [];
|
||||
reasonWorkOther.value = data.ReasonWorkOther ?? "";
|
||||
reasonWorkOther.value = data.reasonWorkOther ?? "";
|
||||
timeThink.value = data.TimeThink ?? 0;
|
||||
exitFactor.value = data.exitFactor ?? [];
|
||||
exitFactorOther.value = data.exitFactorOther ?? 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue