提交 fef33989 编写于 作者: JunZai's avatar JunZai

update

上级 24dc7f72
...@@ -107,7 +107,9 @@ GanttElastic, ...@@ -107,7 +107,9 @@ GanttElastic,
{ {
label: '${column.getCaption()}', label: '${column.getCaption()}',
value: '<#if column.getName() == "begin">start<#else>${column.getName()}</#if>', value: '<#if column.getName() == "begin">start<#else>${column.getName()}</#if>',
<#if column.getName() == "text">
expander: true, expander: true,
</#if>
width: <#if column.getWidth() gt 0>${column.getWidth()}<#else>100</#if> width: <#if column.getWidth() gt 0>${column.getWidth()}<#else>100</#if>
}, },
</#list> </#list>
...@@ -276,7 +278,7 @@ GanttElastic, ...@@ -276,7 +278,7 @@ GanttElastic,
* @memberof ${srfclassname('${ctrl.codeName}')} * @memberof ${srfclassname('${ctrl.codeName}')}
*/ */
public refresh() { public refresh() {
this.searchEvents(); this.load();
} }
...@@ -317,7 +319,7 @@ GanttElastic, ...@@ -317,7 +319,7 @@ GanttElastic,
*/ */
public created() { public created() {
this.locale = this.$i18n.locale; this.locale = this.$i18n.locale;
this.searchEvents(); this.load();
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册