|
|
@@ -20,7 +20,7 @@ function checkEmagementControl() {
|
|
|
$('#ResultQRCode').modal("show");
|
|
|
if (data["result"] == true) {
|
|
|
$('#ResultQRCode').on('hidden.bs.modal', function () {
|
|
|
- getEvements();
|
|
|
+ //getEvements();
|
|
|
});
|
|
|
}
|
|
|
}).fail(function (xhr, status, error) {
|