Merge branch 'develop' of github.com:Frappet/BMA-EHR-USER into develop

* 'develop' of github.com:Frappet/BMA-EHR-USER:
  ผลสัมฤทธิ์ของงาน =>ปรับ fetch ข้อมูล
This commit is contained in:
Warunee Tamkoo 2024-04-25 15:44:16 +07:00
commit 5a1bd84c23
2 changed files with 4 additions and 10 deletions

View file

@ -146,8 +146,8 @@ function onDelete(id: string) {
? config.API.kpiAchievement("special") + `/${id}`
: "";
await http.delete(url);
props.fetchList?.();
success($q, "ลบข้อมูลสำเร็จ");
props.fetchList?.();
} catch (err) {
messageError($q, err);
} finally {