Merge branch 'sprint/dev_guofeilong_fix_bug_unreload' into 'master'
* Fix bug unrefresh while add action to workFlow See merge request easycorp/zentaopms!4722
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
/* Show page app and update iframe source */
|
||||
var iframe = app.$iframe[0];
|
||||
var isSameUrl = iframe && url && iframe.contentWindow.location.href.endsWith(url);
|
||||
if (url && (!isSameUrl || forceReload))
|
||||
if (url && (!isSameUrl || forceReload !== false))
|
||||
{
|
||||
app.$app.toggleClass('open-from-hidden', app.$app.is(':hidden'))
|
||||
reloadApp(appCode, url, true);
|
||||
|
||||
Reference in New Issue
Block a user