feat:已绑定添加标识

new-rd20250506
wangxy 1 month ago
parent bb8bdb54cc
commit ef2a3921b0

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

Loading…
Cancel
Save