fix skit2
This commit is contained in:
Vendored
+2
-1
@@ -465,7 +465,7 @@ async function openuptambahdanserah(e)
|
||||
|
||||
var channel = pusher.subscribe('pendahuluanserahan-notice');
|
||||
channel.bind('penserahan-event', function(data) {
|
||||
|
||||
console.log(data);
|
||||
if(data.pengesahan === 'Lulus' && data.cawangan == kodcaw)
|
||||
{
|
||||
Swal.fire({
|
||||
@@ -630,6 +630,7 @@ function tambahdanserahanfunc(e)
|
||||
var channel = pusher.subscribe('pendahuluanserahan-notice');
|
||||
channel.bind('penserahan-event', function(data) {
|
||||
// let message = JSON.stringify(data);
|
||||
console.log(data);
|
||||
|
||||
if(data.pengesahan === 'Lulus' && data.cawangan == kodcaw)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user