แก้ data probation
This commit is contained in:
parent
c776d4e7f1
commit
7c63c3c32c
22 changed files with 167 additions and 118 deletions
|
|
@ -320,7 +320,7 @@ async function getData() {
|
|||
await http
|
||||
.get(config.API.appointMain + `/${id.value}`)
|
||||
.then(async (res) => {
|
||||
const data = await res.data.data;
|
||||
const data = await res.data.result;
|
||||
topic.value = data.topic;
|
||||
status.value = data.status;
|
||||
profileId.value = data.profileId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue