提交 4fdae3c4 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 f84e1e2a
<template>
<div class='view-container appwfsteptraceview app-wfstep-trace-view'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="appwfsteptraceview"></app-studioaction>
<card class='view-card view-no-toolbar' dis-hover :bordered="false">
<div class='content-container'>
<extend-action-timeline :context="context" :viewparams="viewparams" :appDeCodeName="appDeCodeName"/>
</div>
</card>
</div>
<extend-action-timeline :context="context" :viewparams="viewparams" :appDeCodeName="appDeCodeName"/>
</template>
// 基于 @VIEW/实体HTML视图/VIEW-BASE.vue.ftl 生成
<script lang='tsx'>
......
......@@ -4,8 +4,4 @@
}
.app-wfstep-trace-view{
display: block;
height: 100%;
box-shadow: none;
}
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册