fix data รายละเอียดงานที่ได้รับมอบหมาย
This commit is contained in:
parent
7a484e0065
commit
6fc102a10f
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ function getList(id: string) {
|
|||
http
|
||||
.get(config.API.probationMain(id))
|
||||
.then((res) => {
|
||||
const data = res.data.data;
|
||||
const data = res.data.result;
|
||||
rows.value = data;
|
||||
rowsData.value = data;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue