mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 17:57:13 +00:00
Merge commit 'ce2195e1cc63430da48522fd77a1ba822bc4aeaa' into def_releases_2021110419342525_ali-lowcode_ali-lowcode-engine/1.0.72
This commit is contained in:
commit
a101e0455a
@ -361,6 +361,8 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
||||
if (key === '___loop___') {
|
||||
__debug('key is ___loop___, render a page!');
|
||||
container.rerender();
|
||||
// 由于 scope 变化,需要清空缓存,使用新的 scope
|
||||
cache.component.delete(schema.id);
|
||||
return;
|
||||
}
|
||||
if (!this.shouldRenderSingleNode()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user