提交 d10a2025 编写于 作者: Neuromancer255's avatar Neuromancer255

列表导航部件视图调整

上级 626bebf6
......@@ -150,7 +150,7 @@ export default class ${srfclassname('${view.name}')}Base extends Vue {
const _this: any = this;
this.parseViewParam();
if (!Object.is(newVal, oldVal) && _this.engine) {
_this.engine.load();
this.$nextTick(()=>{_this.engine.load();})
}
<#if _context_block??>${_context_block}</#if>
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册