From ef2a3921b0b476792e228288c04dc2f8c6f27a8b Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Thu, 8 May 2025 09:21:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=B7=B2=E7=BB=91=E5=AE=9A=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/user/resetUeky.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/resetUeky.html b/ruoyi-admin/src/main/resources/templates/system/user/resetUeky.html index 9113e0ca..73d6495a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/resetUeky.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/resetUeky.html @@ -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();