This commit is contained in:
hufangzhou
2023-12-25 13:56:42 +08:00
parent 1af213d660
commit 64db445452
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -18,6 +18,11 @@ $(function()
});
$('#dropMenu').css('z-index', 9999);
$("input[name^='uploadImage']").each(function()
{
$(this).closest('td').siblings("td[id^='buildBox']").find('select').data('zui.picker').setValue('trunk');
})
})
/**