* Fix bug of change branch at edit plan page.

This commit is contained in:
xieqiyu
2022-11-30 14:44:28 +08:00
parent 529a0d3828
commit 6aafddee29
+1 -1
View File
@@ -31,7 +31,7 @@ function getConflictStories(planID)
if(!result)
{
newBranch = oldBranch[planID];
$('#branch').val(oldBranch[planID]);
$('#branch').val(oldBranch[planID].split(','));
$('#branch').trigger("chosen:updated");
}
}