This commit is contained in:
zk
2023-12-21 09:04:17 +08:00
parent 9230f659c1
commit 568c0132e7
2 changed files with 1 additions and 1 deletions
@@ -83,7 +83,7 @@
}
async function getInfo() {
await queryAllStatisticsApi({ type: paramsDate.value, userId: infoData.value?.userid || '1692086437685014530' }).then((res) => {
await queryAllStatisticsApi({ type: paramsDate.value, userId: infoData.value?.userid }).then((res) => {
info.value = res?.result;
});
}