2023-05-16 10:50:42 +08:00

5 lines
89 B
JavaScript

$(function()
{
if($('#relatedPlan').val()) loadPlanInfo($('#relatedPlan').val());
})