แก้บัคทะเบียนประวัติ

This commit is contained in:
Kittapath 2024-02-07 08:05:41 +07:00
parent 25a8fb9aa2
commit 4b07d2d3d5
15 changed files with 41 additions and 37 deletions

View file

@ -1069,6 +1069,7 @@ const clickEditRow = () => {
*/
const clickHistory = async (row: RequestItemsObject) => {
modalHistory.value = true;
filterHistory.value = "";
showLoader();
await http
.get(config.API.profileTrainHisId(row.id))