提交 fcb153e4 编写于 作者: tony001's avatar tony001

修复面板错误

上级 2cf991d9
......@@ -19,4 +19,5 @@ ${P.getPartCode(item).code}
</#if>
</@ibizindent>
</row>
</#if>
\ No newline at end of file
</#if>
</div>
\ No newline at end of file
......@@ -98,6 +98,28 @@ import CodeListService from "@service/app/codelist-service";
*/
public data:any = {};
/**
* 面板数据对象
*
* @type {*}
* @memberof Mob
*/
public panelData:any = null;
/**
* 监听数据对象
*
* @memberof ${srfclassname('${ctrl.codeName}')}
*/
@Watch('inputData',{immediate:true})
async onInputDataChange(newVal: any, oldVal: any){
if(newVal){
await this.computedUIData(newVal);
this.panelLogic({ name: '', newVal: null, oldVal: null });
this.$forceUpdate();
}
}
/**
* 计算UI展示数据
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册