@@ -288,7 +288,7 @@ export default {
download() {
this.downloading = true;
this.$axios
- .get('/checkinInfo/excel', { responseType: 'blob' })
+ .get('/checkinInfo/excel2', { responseType: 'blob' })
.then(res => {
console.log(res);
this.downloading = false;
@@ -203,7 +203,7 @@ export default {
- .get('/checkinInfo/excelCheckinInfoListReport', {
+ .get('/checkinInfo/excelCheckinInfoListReport23', {
responseType: 'blob',
params: {
storeId: this.selectedStoreId,