切换frame组中的页面时,是不会每次都刷新的;
但是如果想要每次刷新,获取最新数据,该如何是好?
setFrameGroupIndex来帮你:
api.setFrameGroupIndex({
name: 'group1',
index: index,
reload: true // 设置为true
});
博客提出切换frame组中的页面时默认不会每次刷新,若想每次刷新获取最新数据的问题,并指出可使用setFrameGroupIndex来解决。
切换frame组中的页面时,是不会每次都刷新的;
但是如果想要每次刷新,获取最新数据,该如何是好?
setFrameGroupIndex来帮你:
api.setFrameGroupIndex({
name: 'group1',
index: index,
reload: true // 设置为true
});
502
2169

被折叠的 条评论
为什么被折叠?