feat:已绑定添加标识

hangao-ukey
wangxy 2 months ago
parent 448ddf3fac
commit 6195edb02a

@ -87,11 +87,15 @@
}); });
} }
function select_cert(value) { function select_cert(value) {
if(value){
$("#id_selected_cert_id").val(value); $("#id_selected_cert_id").val(value);
} }
}
function select_device(value) { function select_device(value) {
if(value){
$("#id_selected_device_sn").val(value); $("#id_selected_device_sn").val(value);
} }
}
SetUserCertList("id_cert_list"); SetUserCertList("id_cert_list");
FillDeviceList(); FillDeviceList();
SetOnUsbKeyChangeCallBack(FillDeviceList); SetOnUsbKeyChangeCallBack(FillDeviceList);

Loading…
Cancel
Save