提交 08834322 编写于 作者: KK's avatar KK

部件服务调整

上级 490f98a5
......@@ -32,7 +32,6 @@ export class DataViewServiceBase extends ControlServiceBase {
if (!response.isError()) {
response = this.handleResponse(action, response);
}
await this.onAfterAction(action, context, response);
return response;
}
......
......@@ -47,7 +47,6 @@ export class FormServiceBase extends ControlServiceBase {
if (!response.isError()) {
response = this.handleResponse(action, response);
}
await this.onAfterAction(action, context, response);
return response;
}
......@@ -74,7 +73,6 @@ export class FormServiceBase extends ControlServiceBase {
if (!response.isError()) {
response = this.handleResponse(action, response);
}
await this.onAfterAction(action, context, response);
return response;
}
......
......@@ -32,7 +32,6 @@ export class MdServiceBase extends ControlServiceBase {
if (!response.isError()) {
response = this.handleResponse(action, response);
}
await this.onAfterAction(action, context, response);
return response;
}
......
......@@ -32,7 +32,6 @@ export class WizardPanelServiceBase extends ControlServiceBase {
if (!response.isError()) {
response = this.handleResponse(action, response);
}
await this.onAfterAction(action, context, response);
return response;
}
......@@ -58,7 +57,6 @@ export class WizardPanelServiceBase extends ControlServiceBase {
if (!response.isError()) {
response = this.handleResponse(action, response);
}
await this.onAfterAction(action, context, response);
return response;
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册