This commit is contained in:
hufangzhou
2023-03-01 03:32:53 +00:00
parent 504455b53c
commit 4357e448f7
+1 -1
View File
@@ -2,7 +2,7 @@ function changeParentStage(stageID)
{
$.get(createLink('programplan', 'ajaxGetAttribute', 'stageID=' + stageID + '&attribute=' + plan.attribute), function(attribute)
{
$('#attributeType td').html(attribute);
$('#attributeType th + td').html(attribute);
$("#attribute" + "_chosen").remove();
$("#attribute").next('.picker').remove();
$("#attribute").chosen();