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

Revert "增加日历应用实体名称"

This reverts commit 59661a9f.
上级 59661a9f
......@@ -50,7 +50,6 @@ import ${srfclassname('${_appde.getCodeName()}')}Service from '@/service/${srffi
itemType : '${calendarItem.getItemType()}',
color : '${calendarItem.getBKColor()}',
textColor : '${calendarItem.getColor()}',
appEntityName:'${calendarItem.getPSAppDataEntity().getCodeName()?lower_case}'
},
</#list>
</#if>
......@@ -100,7 +99,6 @@ import ${srfclassname('${_appde.getCodeName()}')}Service from '@/service/${srffi
_response.data[index].color = _this.eventsConfig[resIndex].color;
_response.data[index].textColor = _this.eventsConfig[resIndex].textColor;
_response.data[index].itemType = _this.eventsConfig[resIndex].itemType;
_response.data[index].appEntityName = _this.eventsConfig[resIndex].appEntityName;
});
;
_this.handleResponse(action, _response,false,_this.eventsConfig[resIndex].itemType);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册