Merge branch 'master_xieqiyu_23657' into 'master'

* Fix bug#23657.

See merge request easycorp/zentaopms!3957
This commit is contained in:
王怡栋
2022-06-16 00:36:14 +00:00
+1
View File
@@ -57,6 +57,7 @@ $(function()
$.post(createLink(type, stageMap[type][from][to], 'stage=' + to), {'storyIdList[]':[id]}, function()
{
refresh();
location.reload();
});
return true;
}