แก้ตามเทส

This commit is contained in:
setthawutttty 2024-12-12 16:38:27 +07:00
parent 1307690d54
commit 14b2a4992f
4 changed files with 52 additions and 14 deletions

View file

@ -105,8 +105,8 @@ async function onViewDetailPage(id: string) {
}
function deleteData(id: string) {
showLoader();
dialogRemove($q, async () => {
showLoader();
await http
.delete(config.API.kpiCapacity + `/${id}`)
.then(async () => {