wangqifan 4 yıl önce
ebeveyn
işleme
ed18c0606f

+ 1 - 1
src/main/vue/src/views/CheckinInfoList.vue

@@ -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;

+ 1 - 1
src/main/vue/src/views/CheckinInfoReport.vue

@@ -203,7 +203,7 @@ export default {
         download() {
             this.downloading = true;
             this.$axios
-                .get('/checkinInfo/excelCheckinInfoListReport', {
+                .get('/checkinInfo/excelCheckinInfoListReport23', {
                     responseType: 'blob',
                     params: {
                         storeId: this.selectedStoreId,