|
@@ -181,7 +181,7 @@ export default {
|
|
|
},
|
|
|
async FetchDetail() {
|
|
|
this.loading = true;
|
|
|
- const data = this.data;
|
|
|
+ let data = [];
|
|
|
try {
|
|
|
const { dates, ...rest } = this.search;
|
|
|
const res = await getIndex({
|
|
@@ -205,7 +205,7 @@ export default {
|
|
|
console.log(error);
|
|
|
}
|
|
|
this.loading = false;
|
|
|
- this.dataInfo = data;
|
|
|
+ // this.dataInfo = data;
|
|
|
this.$emit("resetDate", data);
|
|
|
},
|
|
|
},
|