Merge branch 'sprint/tianshujie_bug18781' into 'master'

Modify the popup style of the popup window.

See merge request easycorp/zentaopms!2809
This commit is contained in:
王怡栋
2022-04-07 09:25:16 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -961,7 +961,7 @@ function changeCardColType(cardID, fromColID, toColID, fromLaneID, toLaneID, car
{
if(toColType == 'ready' && typeof(reviewStoryParis[objectID]) != 'undefined')
{
alert(executionLang.storyDragError);
bootbox.alert(executionLang.storyDragError);
return false;
}
+1 -1
View File
@@ -687,7 +687,7 @@ function changeCardColType(cardID, fromColID, toColID, fromLaneID, toLaneID, car
{
if(toColType == 'ready' && typeof(reviewStoryParis[objectID]) != 'undefined')
{
alert(executionLang.storyDragError);
bootbox.alert(executionLang.storyDragError);
return false;
}