Merge branch 'zentaopms_256' of https://gitlab.zcorp.cc/easycorp/zentaopms into sprint/zentaopms256_lanzongjun

This commit is contained in:
lanzongjun
2022-11-30 15:19:30 +08:00
+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");
}
}