提交 92b28daa 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--viewdata和viewparams解析不同步

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