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:
commit
5a1bd84c23
2 changed files with 4 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue