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

调整面板内容

上级 4eca4dd4
...@@ -207,6 +207,19 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -207,6 +207,19 @@ import CodeListService from "@service/app/codelist-service";
return this.parentRef.remove(datas); return this.parentRef.remove(datas);
} }
} }
/**
* 刷新
*
* @param {*} [opt={}]
* @memberof Main
*/
public refresh(opt: any = {}) {
if (this.parentRef.refresh && this.parentRef.refresh instanceof Function) {
this.parentRef.refresh(opt);
}
}
/** /**
* 设置变更面板编辑项的值 * 设置变更面板编辑项的值
...@@ -247,17 +260,6 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -247,17 +260,6 @@ import CodeListService from "@service/app/codelist-service";
this.$emit('panelDataChange',{[modelitem.prop]: value}); this.$emit('panelDataChange',{[modelitem.prop]: value});
} }
} }
/**
* 刷新
*
* @param {*} [opt={}]
* @memberof Main
*/
public refresh(opt: any = {}) {
if (this.parentRef.refresh && this.parentRef.refresh instanceof Function) {
this.parentRef.refresh(opt);
}
} }
<#ibizinclude> <#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册