no message
This commit is contained in:
parent
58b38aa245
commit
4148c0ec18
1 changed files with 2 additions and 2 deletions
|
|
@ -362,7 +362,7 @@ function clickSave(reason: string) {
|
||||||
$q,
|
$q,
|
||||||
async () => {
|
async () => {
|
||||||
await http
|
await http
|
||||||
.put(config.API.leaveDeleteApprove(formData.id), body)
|
.put(config.API.leaveDeleteApprove(formDataReject.id), body)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||||
})
|
})
|
||||||
|
|
@ -385,7 +385,7 @@ function clickSave(reason: string) {
|
||||||
$q,
|
$q,
|
||||||
async () => {
|
async () => {
|
||||||
await http
|
await http
|
||||||
.put(config.API.leaveDeleteReject(formData.id), body)
|
.put(config.API.leaveDeleteReject(formDataReject.id), body)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue