Skip to content

Commit

Permalink
fix : update for submit button confirmation on mixins popup complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
marsellavaleria19 committed Oct 11, 2024
1 parent 98e9ba4 commit 349ed9a
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions mixins/popup-aduan-masuk.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,42 +287,6 @@ export default {
paramRequest = { directed_to_hotline_jabar_note: item?.note }
pathApi = 'redirected-to-hotline-jabar'
}
// if (this.typeDialog === 'verificationComplaint') {
// this.isShowPopupConfirmationVerification = false
// dataDialogInformation = {
// ...this.setDataDialogInformation(
// 'Verifikasi Aduan',
// item.subDescription
// ),
// success: this.setSucessFailedInformationHandle(
// 'Aduan berhasil diverifikasi',
// true
// ),
// failed: this.setSucessFailedInformationHandle(
// 'Aduan gagal diverifikasi',
// false
// ),
// }
// paramRequest.complaint_status_id = 'verified'
// } else {
// this.isShowPopupConfirmationFailedVerification = false
// dataDialogInformation = {
// ...this.setDataDialogInformation(
// 'Aduan Gagal Diverifikasi',
// item.subDescription
// ),
// success: this.setSucessFailedInformationHandle(
// 'Konfirmasi Aduan Gagal Diverifikasi berhasil dilakukan',
// true
// ),
// failed: this.setSucessFailedInformationHandle(
// 'Konfirmasi Aduan Gagal Diverifikasi gagal dilakukan',
// false
// ),
// }
// paramRequest.complaint_status_id = 'failed'
// }

this.integrationPopupHandle(dataDialogInformation, paramRequest, pathApi)
},

Expand Down

0 comments on commit 349ed9a

Please sign in to comment.