@@ -494,7 +494,6 @@ $(document).ready(function () {
// 选中审批人
$('body').on('click', 'div[id$="_dropdownMenu"] dl dd', function () {
const id = parseInt($(this).data('id'));
- console.log("选中审批人ID:"+id);
if (!id) return;
let this_code = $(this).parents('.lc-show').siblings('.form-group').find('input:checked').data('code');