fixed error

This commit is contained in:
starthomas610
2024-07-30 03:07:24 -04:00
parent 5abd63ef3c
commit cbb6ee96dd
@@ -387,7 +387,7 @@
$('.swal2-popup .ipt_type').trigger("change"); $('.swal2-popup .ipt_type').trigger("change");
}, },
}).then((result) => { }).then((result) => {
let type = $('.swal2-popup .change').val(); let type = $('.swal2-popup .ipt_type').val();
let str_name = $('.swal2-popup .ipt_name').val(); let str_name = $('.swal2-popup .ipt_name').val();
let str_kind = $('.swal2-popup .ipt_kind').val(); let str_kind = $('.swal2-popup .ipt_kind').val();