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

统一提示组件

上级 31991e2c
......@@ -348,7 +348,7 @@ export class MOBMDCTRLBase extends ControlBase {
Object.assign(data, parentdata);
const response: any = await this.service.search(this.fetchAction, this.context, data, this.showBusyIndicator);
if (!response || response.status !== 200) {
this.$notice.error({ type: 'danger', message: response.error.message });
this.$notice.error(response.error.message );
return response;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册