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

显示动画能力

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