提交 477bfd3a 编写于 作者: zcdtk's avatar zcdtk

显示动画能力

上级 8f68b710
......@@ -86,7 +86,9 @@
* @memberof ${srfclassname('${view.codeName}')}Base
*/
public async getWFStepModel(): Promise<any> {
this.$apploading.show();
const response = await this.appEntityService.WFGetWFStep();
this.$apploading.hidden();
if (response && response.status === 200) {
this.wfStepModel = response.data;
if (this.wfStepModel && this.wfStepModel.length > 0) {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Util } from '@/ibiz-core/utils';
import { Util, Loading } from '@/ibiz-core/utils';
import UIActionBase from '@/utils/ui-service-base/ui-action-base';
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册