fixed error
This commit is contained in:
parent
5abd63ef3c
commit
cbb6ee96dd
@ -387,7 +387,7 @@
|
||||
$('.swal2-popup .ipt_type').trigger("change");
|
||||
},
|
||||
}).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_kind = $('.swal2-popup .ipt_kind').val();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user