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

调整load事件

上级 e3df0092
...@@ -145,11 +145,11 @@ export default class AppSpan extends Vue { ...@@ -145,11 +145,11 @@ export default class AppSpan extends Vue {
return; return;
} }
if (!this.isCached) { if (!this.isCached) {
Loading.show(this.$t('app.loadding')); // Loading.show(this.$t('app.loadding'));
} }
let response: any = await this.codeListService.getItems(this.tag, this.isCache, { ...this.context }, this.queryParam); let response: any = await this.codeListService.getItems(this.tag, this.isCache, { ...this.context }, this.queryParam);
if (!this.isCached) { if (!this.isCached) {
Loading.hidden(); // Loading.hidden();
} }
if (response && response.status === 200) { if (response && response.status === 200) {
this.items = response.data; this.items = response.data;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册