@@ -1002,7 +1002,7 @@ export default {
.then(res => {
if (res.code == 'ok') {
this.cardRefLoading = false;
- this.report.time = res.data.time;
+ this.report.time = res.data;
} else {
this.$toast.fail('获取失败:' + res.msg);