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