This commit is contained in:
xbx 2024-03-27 19:53:47 +08:00
parent c90db7414d
commit f8a938049f
1 changed files with 2 additions and 2 deletions

View File

@ -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;