fix ConverDate เงินเดือน
This commit is contained in:
parent
9aee295a3f
commit
5450a034b7
6 changed files with 32 additions and 34 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue