Merge branch dev/bug-61859 of zentao/zentaopms (#9920)

This commit is contained in:
刘刚
2025-06-25 15:53:52 +08:00
committed by Gitfox
+2
View File
@@ -312,6 +312,8 @@ function postLastViewedToServer(location)
*/
function handleSwitchView(mode, location, info)
{
if(!this.element || this.element.closest('.modal')) return;
const rawModule = config.rawModule.toLowerCase();
const rawMethod = config.rawMethod.toLowerCase();
const formatUrl = this.props.viewModeUrl;