请求状态等通知提示抽取

This commit is contained in:
zhouyuejun
2019-01-23 10:40:58 +08:00
parent 4b22d58c4c
commit 7f7bb13847
10 changed files with 18 additions and 33 deletions
-2
View File
@@ -413,8 +413,6 @@ export class MainComponent implements OnInit {
})
this.combined_data = combined_data;
this.doSequence(this.combined_data);
// const toastCfg = new ToastConfig(ToastType.SUCCESS, '', '刷新成功!', 3000);
// this.toastService.toast(toastCfg);
}
)
}