fix data รายละเอียดงานที่ได้รับมอบหมาย

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-14 15:47:41 +07:00
parent 7a484e0065
commit 6fc102a10f

View file

@ -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;
})