This commit is contained in:
parent
c90db7414d
commit
f8a938049f
|
@ -87,8 +87,8 @@ export default {
|
||||||
entrydate: this.entrydate
|
entrydate: this.entrydate
|
||||||
}
|
}
|
||||||
const result = await defHttp.get({ url: this.Url.getData, params });
|
const result = await defHttp.get({ url: this.Url.getData, params });
|
||||||
this.dataSourceCet4 = result.data.cet4;
|
this.dataSourceCet4 = result.cet4;
|
||||||
this.total = result.data.total;
|
this.total = result.total;
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|
Loading…
Reference in New Issue