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