fix ConverDate เงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-14 09:33:36 +07:00
parent 9aee295a3f
commit 5450a034b7
6 changed files with 32 additions and 34 deletions

View file

@ -211,12 +211,12 @@ function editPopup(data: RowList, status: string) {
function dialogClose(id: string) {
dialogConfirm(
$q,
() => {
async () => {
showLoader();
http
await http
.get(config.API.salaryPeriod() + `/close/${id}`)
.then(() => {
getData();
.then(async () => {
await getData();
success($q, "ลบข้อมูลสำเร็จ");
})
.catch((e) => {