Merge branch 'sprint/hufangzhou_25743' into 'master'

* Fix bug #25743.

See merge request easycorp/zentaopms!4692
This commit is contained in:
孙广明
2022-07-27 08:32:21 +00:00
+1
View File
@@ -18,6 +18,7 @@ function redirectParentWindow(objectType, libID, docType)
{
var link = createLink('doc', 'create', 'objectType=' + objectType + '&objectID=0&libID=' + libID + '&moduleID=0&docType=' + docType + '&fromGlobal=true') + '#app=doc';
}
window.parent.$.apps.close('doc');
window.parent.$.apps.open(link);
}