* Finish task#59523.

This commit is contained in:
leiyong
2022-07-05 06:32:05 +00:00
parent 73024e005e
commit 480f3f49a1
2 changed files with 19 additions and 20 deletions
+2 -4
View File
@@ -11,10 +11,8 @@ function addItem(obj)
$(obj).closest('tr').after('<tr class="addedItem">' + item + '</tr>');
var newItem = $('#names' + itemIndex).closest('tr');
newItem.find('.form-date').datepicker();
$("#output" + itemIndex).chosen();
$("#PM_i__chosen").remove();
$("#PM" + itemIndex).chosen();
$("#output_i__chosen").remove();
$("#output" + itemIndex).picker();
$("#PM" + itemIndex).picker();
itemIndex ++;
}