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

2020.6.11 更新 --- fix1 调整面板

上级 e583557d
......@@ -19,5 +19,4 @@ ${P.getPartCode(item).code}
</#if>
</@ibizindent>
</row>
</#if>
</div>
\ No newline at end of file
</#if>
\ No newline at end of file
......@@ -41,28 +41,6 @@ import CodeListService from "@service/app/codelist-service";
*/
@Prop() public parentRef?: 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册